Files
xiuos/APP_Framework/Applications/knowing_app/mnist/Makefile
2021-09-09 18:00:27 +08:00

7 lines
95 B
Makefile
Executable File

SRC_FILES := \
main.cpp \
mnistmain.c
CPPPATHS += -I.
include $(KERNEL_ROOT)/compiler.mk