rt-thread-official/bsp/sparkfun-redv/Makefile

8 lines
73 B
Makefile
Raw Normal View History

2020-10-31 15:40:38 +08:00
scons := python ${SCONS}\scons.py
all:
@$(scons)
clean:
@$(scons) -c