This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
lqb
/
rt-thread
peilaus alkaen
https://gitee.com/rtthread/rt-thread.git
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Selaa lähdekoodia
[bsp][hifive1] add Makefile file
guozhanxin
6 vuotta sitten
vanhempi
e9b6db768f
commit
f58da45090
1 muutettua tiedostoa
jossa
7 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
7
0
bsp/hifive1/Makefile
+ 7
- 0
bsp/hifive1/Makefile
Näytä tiedosto
@@ -0,0 +1,7 @@
+scons := python ${SCONS}\scons.py
+
+all:
+ @$(scons)
+
+clean:
+ @$(scons) -c