summaryrefslogtreecommitdiffhomepage
path: root/examples/web/Makefile
diff options
context:
space:
mode:
authorRay <[email protected]>2021-03-17 19:18:53 +0100
committerRay <[email protected]>2021-03-17 19:18:53 +0100
commit4aee0ea194970ba6e050aea1add9f4f598c2ddde (patch)
treecca9aae2e16b1c77b37384c8b6512087fa123ae5 /examples/web/Makefile
parent9ab5e45031a38b5fbc32a2f28a429edf5ccbfc27 (diff)
downloadraylib.com-4aee0ea194970ba6e050aea1add9f4f598c2ddde.tar.gz
raylib.com-4aee0ea194970ba6e050aea1add9f4f598c2ddde.zip
Reviewed some examples for web
Diffstat (limited to 'examples/web/Makefile')
-rw-r--r--examples/web/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/web/Makefile b/examples/web/Makefile
index a6cacc0..d7e6dc3 100644
--- a/examples/web/Makefile
+++ b/examples/web/Makefile
@@ -983,7 +983,8 @@ shaders/shaders_spotlight: shaders/shaders_spotlight.c
--preload-file shaders/resources/shaders/glsl100/spotlight.fs@resources/shaders/glsl100/spotlight.fs
shaders/shaders_hot_reloading: shaders/shaders_hot_reloading.c
- $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) -s ASYNCIFY -s FORCE_FILESYSTEM=1
+ $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) -s FORCE_FILESYSTEM=1 \
+ --preload-file shaders/resources/shaders/glsl100/reload.fs@resources/shaders/glsl100/reload.fs
shaders/shaders_rlgl_mesh_instanced: shaders/shaders_rlgl_mesh_instanced.c
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) \