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