Moved some files around

This commit is contained in:
Kayne Ruse
2014-07-03 00:23:43 +10:00
parent d5520e83c6
commit 82b1b589dc
12 changed files with 184 additions and 45 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#config
INCLUDES+=. ../utilities ../graphics
INCLUDES+=.
LIBS+=
CXXFLAGS+=-std=c++11 $(addprefix -I,$(INCLUDES)) -DGRAPHICS
CXXFLAGS+=-std=c++11 $(addprefix -I,$(INCLUDES))
#source
CXXSRC=$(wildcard *.cpp)