forked from xuos/xiuos
7 lines
95 B
Makefile
Executable File
7 lines
95 B
Makefile
Executable File
SRC_FILES := \
|
|
main.cpp \
|
|
mnistmain.c
|
|
CPPPATHS += -I.
|
|
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk |