This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
lqb
/
rt-thread
mirror da
https://gitee.com/rtthread/rt-thread.git
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
[bsp][hifive1] add Makefile file
guozhanxin
6 anni fa
parent
e9b6db768f
commit
f58da45090
1 ha cambiato i file
con
7 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
7
0
bsp/hifive1/Makefile
+ 7
- 0
bsp/hifive1/Makefile
Vedi File
@@ -0,0 +1,7 @@
+scons := python ${SCONS}\scons.py
+
+all:
+ @$(scons)
+
+clean:
+ @$(scons) -c