summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authorRay <[email protected]>2022-10-25 21:03:33 +0200
committerRay <[email protected]>2022-10-25 21:03:33 +0200
commit865f823835779905d01d39fde3a4ebc1ea293f6a (patch)
tree6e427a15d80bf7f8fb4e96de41a14a41f451959a /examples/Makefile
parentdbecb950242e51f5a55da916590b0d187515189c (diff)
downloadraylib-865f823835779905d01d39fde3a4ebc1ea293f6a.tar.gz
raylib-865f823835779905d01d39fde3a4ebc1ea293f6a.zip
Review -s
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 26d8b43e..0c3a1ea3 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -283,7 +283,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
# --memory-init-file 0 # to avoid an external memory initialization code file (.mem)
# --preload-file resources # specify a resources folder for data compilation
# --source-map-base # allow debugging in browser with source map
- LDFLAGS += -s USE_GLFW=3 -s ASYNCIFY -s TOTAL_MEMORY=67108864 -s FORCE_FILESYSTEM=1 -s --preload-file $(dir $<)resources@resources
+ LDFLAGS += -s USE_GLFW=3 -s ASYNCIFY -s TOTAL_MEMORY=67108864 -s FORCE_FILESYSTEM=1 --preload-file $(dir $<)resources@resources
# NOTE: Simple raylib examples are compiled to be interpreter with asyncify, that way,
# we can compile same code for ALL platforms with no change required, but, working on bigger