summaryrefslogtreecommitdiffhomepage
path: root/examples/web/Makefile
diff options
context:
space:
mode:
authorRay <[email protected]>2021-03-17 15:09:23 +0100
committerRay <[email protected]>2021-03-17 15:09:23 +0100
commit647aac406f588b913a1d7dbaf6251aa0532eb25f (patch)
tree65ea4d496619b4769d4d661f46e6609061a94f62 /examples/web/Makefile
parentd92ee3cb0ee82ce3cc4702aa62cb3eaefd094ba1 (diff)
downloadraylib.com-647aac406f588b913a1d7dbaf6251aa0532eb25f.tar.gz
raylib.com-647aac406f588b913a1d7dbaf6251aa0532eb25f.zip
Updated example
Diffstat (limited to 'examples/web/Makefile')
-rw-r--r--examples/web/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/web/Makefile b/examples/web/Makefile
index 3593771..4e23c5a 100644
--- a/examples/web/Makefile
+++ b/examples/web/Makefile
@@ -988,7 +988,6 @@ 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/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