summaryrefslogtreecommitdiffhomepage
path: root/examples/web/Makefile
diff options
context:
space:
mode:
authorRay <[email protected]>2021-03-17 19:51:59 +0100
committerRay <[email protected]>2021-03-17 19:51:59 +0100
commit4a387acc36af8b6a54883894d1d70779e6ddb457 (patch)
tree3775281a1ce6731b9e92b559755850d67b8c17b7 /examples/web/Makefile
parentc03baba2fd0f197ac5f68faa08103664fcbd48a2 (diff)
downloadraylib.com-4a387acc36af8b6a54883894d1d70779e6ddb457.tar.gz
raylib.com-4a387acc36af8b6a54883894d1d70779e6ddb457.zip
Review example
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 d7e6dc3..3d65747 100644
--- a/examples/web/Makefile
+++ b/examples/web/Makefile
@@ -992,7 +992,7 @@ shaders/shaders_rlgl_mesh_instanced: shaders/shaders_rlgl_mesh_instanced.c
--preload-file shaders/resources/shaders/glsl100/base_lighting_instanced.vs@resources/shaders/glsl100/base_lighting_instanced.vs
shaders/shaders_multi_sample2d: shaders/shaders_multi_sample2d.c
- $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) -s ASYNCIFY \
+ $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) \
--preload-file shaders/resources/shaders/glsl100/color_mix.fs@resources/shaders/glsl100/color_mix.fs
# compile [audio] example - module playing (XM)