mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-16 00:49:31 +08:00
8 lines
73 B
Makefile
8 lines
73 B
Makefile
|
scons := python ${SCONS}\scons.py
|
||
|
|
||
|
all:
|
||
|
@$(scons)
|
||
|
|
||
|
clean:
|
||
|
@$(scons) -c
|