summaryrefslogtreecommitdiffhomepage
path: root/games/skully_escape/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/skully_escape/Makefile')
-rw-r--r--games/skully_escape/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/skully_escape/Makefile b/games/skully_escape/Makefile
index d57075da..aa21763a 100644
--- a/games/skully_escape/Makefile
+++ b/games/skully_escape/Makefile
@@ -236,7 +236,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
endif
# Define a custom shell .html and output extension
- CFLAGS += --shell-file $(RAYLIB_PATH)\templates\web_shell\shell.html
+ CFLAGS += --shell-file $(RAYLIB_PATH)\src\shell.html
EXT = .html
endif