Ditched the perlin I wrote before

This commit is contained in:
Kayne Ruse
2014-06-17 22:15:06 +10:00
parent 1cd198ad66
commit ff5c170579
11 changed files with 92 additions and 120 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export
OUTDIR=out
all: $(OUTDIR)
$(MAKE) -C perlin
$(MAKE) -C utils
$(MAKE) -C src
$(OUTDIR):