Added common and test directories

This commit is contained in:
Kayne Ruse
2013-06-09 17:06:32 +10:00
parent 78326a3bbd
commit 0a48131de4
10 changed files with 193 additions and 2 deletions
+1
View File
@@ -4,6 +4,7 @@ all: $(OUTDIR)
$(MAKE) -C libs
$(MAKE) -C server
$(MAKE) -C client
$(MAKE) -C test
$(OUTDIR):
mkdir $(OUTDIR)