rt-thread-official/bsp/imx6ul/Makefile

11 lines
99 B
Makefile

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