mirror of https://github.com/axmolengine/axmol.git
Remove lua samples from emscripten makefile
This commit is contained in:
parent
fc7a9da304
commit
66acd358fc
|
@ -12,6 +12,7 @@ define MAKE_TARGET
|
||||||
+$(MAKE) -C samples/Cpp/SimpleGame/proj.$(PLATFORM) $@
|
+$(MAKE) -C samples/Cpp/SimpleGame/proj.$(PLATFORM) $@
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
# Haven't yet got the lua projects working.
|
# Haven't yet got the lua projects working.
|
||||||
# +$(MAKE) -C samples/Lua/HelloLua/proj.$(PLATFORM) $@
|
# +$(MAKE) -C samples/Lua/HelloLua/proj.$(PLATFORM) $@
|
||||||
# +$(MAKE) -C samples/Lua/TestLua/proj.$(PLATFORM) $@
|
# +$(MAKE) -C samples/Lua/TestLua/proj.$(PLATFORM) $@
|
||||||
|
|
Loading…
Reference in New Issue