diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ emscripten: $(target) emcc $(sources) -o ems/out/mallocbullet.html \ --embed-file pack -Dplat_sdl2 -Dplat_emscripten -sUSE_SDL=2 \ -sTOTAL_MEMORY=67108864 --shell-file ems/template.html \ - --post-js ems/post_run.js + --post-js ems/post_run.js -O3 -include $(objects:%.o=%.d) |