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