diff options
| author | Ray <[email protected]> | 2021-03-17 15:22:04 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-03-17 15:22:04 +0100 |
| commit | 77d88a804bcf3d34e7538b91d6017748f08c28e0 (patch) | |
| tree | 3ab16da140c3e8dc21f88f1a17acb0fc96f0893e /examples/web/Makefile | |
| parent | e1c88768107f2a3f4e2aa389972b0f1b0a28e3bf (diff) | |
| download | raylib.com-77d88a804bcf3d34e7538b91d6017748f08c28e0.tar.gz raylib.com-77d88a804bcf3d34e7538b91d6017748f08c28e0.zip | |
test
Diffstat (limited to 'examples/web/Makefile')
| -rw-r--r-- | examples/web/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/web/Makefile b/examples/web/Makefile index 4e23c5a..20c3413 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/base_lighting_instanced.vs@resources/shaders/glsl100/base_lighting_instanced.vs \ - --preload-file shaders/resources/shaders/glsl100/lighting.fs@resources/shaders/glsl100/lighting.fs + --preload-file shaders/resources/texel_checker.png@resources/texel_checker.png \ + --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 shaders/shaders_multi_sample2d: shaders/shaders_multi_sample2d.c $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) -s ASYNCIFY \ |
