Removed common/ from the build process, and the DEBUG flag
The common/ directory is empty, only containing more directories to be built, and the DEBUG flag isn't being used.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#config
|
||||
INCLUDES+=. ..
|
||||
INCLUDES+=.
|
||||
LIBS+=
|
||||
CXXFLAGS+=-std=c++11 -DDEBUG $(addprefix -I,$(INCLUDES))
|
||||
CXXFLAGS+=-std=c++11 $(addprefix -I,$(INCLUDES))
|
||||
|
||||
#source
|
||||
CXXSRC=$(wildcard *.cpp)
|
||||
|
||||
Reference in New Issue
Block a user