summaryrefslogtreecommitdiffhomepage
path: root/examples/web/Makefile
diff options
context:
space:
mode:
authorRay <[email protected]>2021-03-17 15:06:07 +0100
committerRay <[email protected]>2021-03-17 15:06:07 +0100
commitd92ee3cb0ee82ce3cc4702aa62cb3eaefd094ba1 (patch)
treec40f34c307f0b1e5be323158428a85fdc6e73429 /examples/web/Makefile
parente2e80d5318f62d86435026e86948e9af9fbd0dc2 (diff)
downloadraylib.com-d92ee3cb0ee82ce3cc4702aa62cb3eaefd094ba1.tar.gz
raylib.com-d92ee3cb0ee82ce3cc4702aa62cb3eaefd094ba1.zip
Update example again...
Diffstat (limited to 'examples/web/Makefile')
-rw-r--r--examples/web/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/web/Makefile b/examples/web/Makefile
index a6cacc0..3593771 100644
--- a/examples/web/Makefile
+++ b/examples/web/Makefile
@@ -987,8 +987,9 @@ shaders/shaders_hot_reloading: shaders/shaders_hot_reloading.c
shaders/shaders_rlgl_mesh_instanced: shaders/shaders_rlgl_mesh_instanced.c
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) \
- --preload-file shaders/resources/shaders/glsl100/lighting.fs@resources/shaders/glsl100/lighting.fs \
- --preload-file shaders/resources/shaders/glsl100/base_lighting_instanced.vs@resources/shaders/glsl100/base_lighting_instanced.vs
+ --preload-file shaders/resources/shaders/glsl100/base_lighting_instanced.vs@resources/shaders/glsl100/base_lighting_instanced.vs \
+ --preload-file shaders/resources/raysan.png@resources/raysan.png \
+ --preload-file shaders/resources/shaders/glsl100/lighting.fs@resources/shaders/glsl100/lighting.fs
shaders/shaders_multi_sample2d: shaders/shaders_multi_sample2d.c
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) -s ASYNCIFY \