Set build config for Emscripten rather than Linux out of the box.

This commit is contained in:
James Gregory 2013-04-03 18:27:31 -07:00
parent 03836f3198
commit d062e88fe7
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
PLATFORM = linux
PLATFORM = emscripten
define MAKE_TARGET
+$(MAKE) -C external/chipmunk/proj.$(PLATFORM) $@