4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-05 22:35:02 +08:00

10 lines
103 B
Makefile
Raw Normal View History

KERNEL_ROOT=..
include $(KERNEL_ROOT)/config.mk
all:
make -C $(ARCH)
clean:
make -C $(ARCH) clean