diff options
| author | quou <quou@disroot.org> | 2023-05-06 18:44:53 +1000 |
|---|---|---|
| committer | quou <quou@disroot.org> | 2023-05-06 18:44:53 +1000 |
| commit | 2e0f7c263b197d72fea7701d566e4a62e892fefe (patch) | |
| tree | 0353fe966fae80a8809c5b1107d2765185059c9a | |
| parent | c8940e2e6542965a8bdb9295859a110d297985b4 (diff) | |
Update the 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) |