rt-thread/bsp/hifive1/Makefile

8 lines
73 B
Makefile
Raw Normal View History

2018-09-30 10:33:32 +08:00
scons := python ${SCONS}\scons.py
all:
@$(scons)
clean:
@$(scons) -c