Remove lua samples from emscripten makefile

This commit is contained in:
James Gregory 2013-04-23 14:43:15 -07:00
parent fc7a9da304
commit 66acd358fc
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ 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) $@