diff options
| author | Ray <[email protected]> | 2023-11-08 19:34:44 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-11-08 19:34:44 +0100 |
| commit | bee6d7f065e8e4fcff5eeaa075d878e45fed24f5 (patch) | |
| tree | 26d00cb900b7e00e4f9848f612598026504f1cbf /examples/Makefile.Web | |
| parent | 33580991c703461e8f4050abed0ade90b5fd4ca1 (diff) | |
| download | raylib-bee6d7f065e8e4fcff5eeaa075d878e45fed24f5.tar.gz raylib-bee6d7f065e8e4fcff5eeaa075d878e45fed24f5.zip | |
Update Makefile.Web
Diffstat (limited to 'examples/Makefile.Web')
| -rw-r--r-- | examples/Makefile.Web | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.Web b/examples/Makefile.Web index ca1a21c0..022cd1eb 100644 --- a/examples/Makefile.Web +++ b/examples/Makefile.Web @@ -268,7 +268,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB) # are specified per-example for optimization # Define a custom shell .html and output extension - LDFLAGS += --shell-file $(RAYLIB_PATH)/src/minshell.html + LDFLAGS += --shell-file $(RAYLIB_PATH)/src/shell.html EXT = .html endif |
