5 lines
76 B
Makefile
5 lines
76 B
Makefile
|
|
SRC_DIR :=
|
|
SRC_FILES := $(wildcard *.c)
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk |