Rearrenged the directory tree
I just _had_ to get rid of that horrible libs/ directory. Now most of the graphical stuff is in client/, but I'll create more subdirectories so that they're not getting in the way.
This commit is contained in:
+2
-3
@@ -1,8 +1,7 @@
|
||||
#config
|
||||
LIBDIR=../libs
|
||||
LOCALLIBS=
|
||||
LOCALLIBS=../lib/libCommon.a
|
||||
LIB=
|
||||
INCLUDES=
|
||||
INCLUDES=../common
|
||||
CXXFLAGS+=-std=c++11 -DDEBUG $(addprefix -I,$(INCLUDES))
|
||||
|
||||
#source
|
||||
|
||||
Reference in New Issue
Block a user