Revised build process to include the common/ directory

This commit is contained in:
Kayne Ruse
2013-09-04 20:49:55 +10:00
parent 43f2190c3e
commit 4b62310158
6 changed files with 2235 additions and 12 deletions
+6
View File
@@ -1,6 +1,12 @@
#for use on Windows:
#MKDIR=mkdir
#RM=del /y
OUTDIR=out
all: $(OUTDIR)
$(MAKE) -C common
$(MAKE) -C server
$(MAKE) -C client
$(MAKE) -C editor