rt-thread/bsp/imx6ul/Makefile

11 lines
99 B
Makefile
Raw Normal View History

2017-11-01 13:30:17 +08:00
scons:=python ${SCONS}\scons.py
all:
@$(scons)
clean:
@$(scons) -c
copy:
@$(scons) --copy -s