summaryrefslogtreecommitdiffhomepage
path: root/examples/web/Makefile
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2020-09-22 13:33:34 +0200
committerraysan5 <[email protected]>2020-09-22 13:33:34 +0200
commit211df39a1d71bb690fff2c8b17ced79c95351ae0 (patch)
tree5d8faa0b8735fe3aca91b6e95733b6a8efa8fb46 /examples/web/Makefile
parent091231d7f311bb9c2cb696af9d560b24dc2e29d6 (diff)
downloadraylib.com-211df39a1d71bb690fff2c8b17ced79c95351ae0.tar.gz
raylib.com-211df39a1d71bb690fff2c8b17ced79c95351ae0.zip
Testing debugging
Diffstat (limited to 'examples/web/Makefile')
-rw-r--r--examples/web/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/web/Makefile b/examples/web/Makefile
index 7614e53..23eeccb 100644
--- a/examples/web/Makefile
+++ b/examples/web/Makefile
@@ -235,7 +235,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
- CFLAGS += -s USE_GLFW=3 -g4 --source-map-base https://www.raylib.com/examples/web/models/
+ CFLAGS += -s USE_GLFW=3 -g4 --source-map-base https://www.raylib.com/examples/web/
# NOTE: On PLATFORM_WEB, every example requires its own flags