This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
lqb
/
rt-thread
kopia lustrzana
https://gitee.com/rtthread/rt-thread.git
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
[bsp][hifive1] add Makefile file
guozhanxin
6 lat temu
rodzic
e9b6db768f
commit
f58da45090
1 zmienionych plików
z
7 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
7
0
bsp/hifive1/Makefile
+ 7
- 0
bsp/hifive1/Makefile
Wyświetl plik
@@ -0,0 +1,7 @@
+scons := python ${SCONS}\scons.py
+
+all:
+ @$(scons)
+
+clean:
+ @$(scons) -c