Update Makefile.Web

This commit is contained in:
Ray 2023-11-08 19:34:44 +01:00
parent 33580991c7
commit bee6d7f065
1 changed files with 1 additions and 1 deletions

View File

@ -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