From 16612a06e1a56135fc08faa3fe1911a562bdca3a Mon Sep 17 00:00:00 2001 From: James Gregory Date: Tue, 23 Apr 2013 14:43:15 -0700 Subject: [PATCH] Remove lua samples from emscripten makefile --- Makefile.emscripten | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.emscripten b/Makefile.emscripten index 23012dd392..b618f4e949 100644 --- a/Makefile.emscripten +++ b/Makefile.emscripten @@ -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) $@