mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-05 22:35:02 +08:00
10 lines
103 B
Makefile
10 lines
103 B
Makefile
|
KERNEL_ROOT=..
|
||
|
|
||
|
include $(KERNEL_ROOT)/config.mk
|
||
|
|
||
|
all:
|
||
|
make -C $(ARCH)
|
||
|
|
||
|
clean:
|
||
|
make -C $(ARCH) clean
|