From 2e0f7c263b197d72fea7701d566e4a62e892fefe Mon Sep 17 00:00:00 2001 From: quou Date: Sat, 6 May 2023 18:44:53 +1000 Subject: Update the Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b840482..09bffef 100644 --- a/Makefile +++ b/Makefile @@ -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) -- cgit v1.2.3-54-g00ecf