This builds again

This commit is contained in:
2015-08-18 04:01:16 +10:00
parent 13fbedb87c
commit d7aef30c9a
3 changed files with 4 additions and 5 deletions
+1
View File
@@ -1,6 +1,7 @@
OUTDIR=out
all: $(OUTDIR)
$(MAKE) -C common
$(MAKE) -C src
debug: export CXXFLAGS+=-g