diff options
| author | Ray <[email protected]> | 2021-03-17 19:51:59 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-03-17 19:51:59 +0100 |
| commit | 4a387acc36af8b6a54883894d1d70779e6ddb457 (patch) | |
| tree | 3775281a1ce6731b9e92b559755850d67b8c17b7 /examples/web/Makefile | |
| parent | c03baba2fd0f197ac5f68faa08103664fcbd48a2 (diff) | |
| download | raylib.com-4a387acc36af8b6a54883894d1d70779e6ddb457.tar.gz raylib.com-4a387acc36af8b6a54883894d1d70779e6ddb457.zip | |
Review example
Diffstat (limited to 'examples/web/Makefile')
| -rw-r--r-- | examples/web/Makefile | 2 |
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) |
