Created the editor shell

This commit is contained in:
Kayne Ruse
2013-06-23 16:19:35 +10:00
parent 7ad855348f
commit d9ffa22b76
10 changed files with 631 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ all: $(OUTDIR)
$(MAKE) -C libs
$(MAKE) -C server
$(MAKE) -C client
$(MAKE) -C editor
$(MAKE) -C test
$(OUTDIR):