4 lines
65 B
Makefile
4 lines
65 B
Makefile
|
|
SRC_FILES := $(wildcard *.c)
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk |