Project builds, don't run it

This commit is contained in:
2016-11-27 21:55:21 +11:00
parent 1826baa48d
commit a2f5e367b2
12 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ all: $(OUTDIR) dll
$(MAKE) -C TurtleGUI
$(MAKE) -C TurtleMap
$(MAKE) -C common
# $(MAKE) -C server
# $(MAKE) -C client
$(MAKE) -C server
$(MAKE) -C client
debug: export CXXFLAGS+=-g
debug: clean all