4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-03-02 13:15:31 +08:00
2020-10-31 15:40:38 +08:00

8 lines
73 B
Makefile

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