Moved the common directory into the libs directory
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
#config
|
||||
LIBDIR=..
|
||||
LOCALLIBS=
|
||||
LIB=
|
||||
INCLUDES=
|
||||
CXXFLAGS+=-std=c++11 -DDEBUG $(addprefix -I,$(INCLUDES))
|
||||
LIB=
|
||||
|
||||
#source
|
||||
SRC=$(wildcard *.cpp)
|
||||
|
||||
Reference in New Issue
Block a user