From bee6d7f065e8e4fcff5eeaa075d878e45fed24f5 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 8 Nov 2023 19:34:44 +0100 Subject: [PATCH] Update Makefile.Web --- examples/Makefile.Web | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile.Web b/examples/Makefile.Web index ca1a21c02..022cd1eb5 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