rt-thread/bsp/hifive1/Makefile
2018-09-30 10:33:34 +08:00

8 lines
73 B
Makefile

scons := python ${SCONS}\scons.py
all:
@$(scons)
clean:
@$(scons) -c