This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
lqb
/
rt-thread
espejo de
https://gitee.com/rtthread/rt-thread.git
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
[bsp][hifive1] add Makefile file
guozhanxin
hace 6 años
padre
e9b6db768f
commit
f58da45090
Se han
modificado 1 ficheros
con
7 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
7
0
bsp/hifive1/Makefile
+ 7
- 0
bsp/hifive1/Makefile
Ver fichero
@@ -0,0 +1,7 @@
+scons := python ${SCONS}\scons.py
+
+all:
+ @$(scons)
+
+clean:
+ @$(scons) -c