Began work on the client

This commit is contained in:
2015-08-02 03:20:59 +10:00
parent aa9081d9cf
commit 0150dbb929
17 changed files with 299 additions and 244 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ OUTDIR=out
all: $(OUTDIR)
$(MAKE) -C common
$(MAKE) -C server
# $(MAKE) -C server
$(MAKE) -C client
debug: export CXXFLAGS+=-g