Moved the generators into a subdirectory

This commit is contained in:
Kayne Ruse
2014-06-21 07:00:48 +10:00
parent 924ebc2ee9
commit 82c776df83
16 changed files with 40 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#config
INCLUDES+=. ../mapgen ../../common/map
INCLUDES+=. ../mapgen ../mapgen/generators ../../common/map
LIBS+=
CXXFLAGS+=-std=c++11 $(addprefix -I,$(INCLUDES))