
1 changed files with 3 additions and 3 deletions
@ -1,9 +1,9 @@ |
|||||
include ../Makefile.conf |
include ../Makefile.conf |
||||
|
|
||||
|
CXX_SRC=$(wildcard *.cc) |
||||
SRC_CXX = main.cpp |
|
||||
|
|
||||
# libDaisy Makefile variables
|
# libDaisy Makefile variables
|
||||
SYSTEM_FILES_DIR=$(LIBDAISY_DIR)/core |
SYSTEM_FILES_DIR=$(LIBDAISY_DIR)/core |
||||
CPP_SOURCES=$(SRC_CXX) |
CPP_SOURCES=$(CXX_SRC) |
||||
|
|
||||
include $(SYSTEM_FILES_DIR)/Makefile |
include $(SYSTEM_FILES_DIR)/Makefile |
||||
|
Loading…
Reference in new issue