adding Flx-Invaders submodule, adding project to top-level Makefile

This commit is contained in:
Dan Buch
2010-04-17 21:38:00 -04:00
parent 504b1d1ed1
commit 53dbfa4f64
3 changed files with 6 additions and 1 deletions

View File

@@ -4,7 +4,8 @@ MXMLC := mxmlc
MXMLC_FLAGS := -sp $(FLIXEL)
all:
cd HelloWorld/src && $(MAKE)
@(cd HelloWorld/src && $(MAKE))
@(cd Flx-Invaders/src && $(MAKE))
.PHONY: all