Working on a new generator class, nearly there

This commit is contained in:
Kayne Ruse
2014-06-18 01:00:31 +10:00
parent ff5c170579
commit fbaf15337f
13 changed files with 190 additions and 14 deletions
+1
View File
@@ -11,6 +11,7 @@ OUTDIR=out
all: $(OUTDIR)
$(MAKE) -C utils
$(MAKE) -C mapgen
$(MAKE) -C src
$(OUTDIR):