Created server shell

This commit is contained in:
Kayne Ruse
2013-06-08 01:52:19 +10:00
parent a1b248d1d7
commit 253e9ec8fc
5 changed files with 101 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@ OUTDIR=out
all: $(OUTDIR)
$(MAKE) -C libs
$(MAKE) -C server
$(MAKE) -C client
$(OUTDIR):