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) $@