mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-15 08:19:23 +08:00
11 lines
99 B
Makefile
11 lines
99 B
Makefile
|
scons:=python ${SCONS}\scons.py
|
||
|
|
||
|
all:
|
||
|
@$(scons)
|
||
|
|
||
|
clean:
|
||
|
@$(scons) -c
|
||
|
|
||
|
copy:
|
||
|
@$(scons) --copy -s
|