This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
lqb
/
rt-thread
mirror de
https://gitee.com/rtthread/rt-thread.git
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
[bsp][hifive1] add Makefile file
guozhanxin
há 6 anos atrás
pai
e9b6db768f
commit
f58da45090
1 ficheiros alterados
com
7 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas Diff
7
0
bsp/hifive1/Makefile
+ 7
- 0
bsp/hifive1/Makefile
Ver Ficheiro
@@ -0,0 +1,7 @@
+scons := python ${SCONS}\scons.py
+
+all:
+ @$(scons)
+
+clean:
+ @$(scons) -c