Move to a separate Makefile for Emscripten.

This commit is contained in:
James Gregory 2013-04-23 13:10:49 -07:00
parent 7b04e6b0e7
commit fc7a9da304
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ define MAKE_TARGET
+$(MAKE) -C samples/Cpp/SimpleGame/proj.$(PLATFORM) $@
endef
# Haven't yet got the lua projects working.
# +$(MAKE) -C samples/Lua/HelloLua/proj.$(PLATFORM) $@
# +$(MAKE) -C samples/Lua/TestLua/proj.$(PLATFORM) $@