4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-15 18:59:55 +08:00
2018-09-30 10:33:34 +08:00

8 lines
73 B
Makefile

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