summaryrefslogtreecommitdiffhomepage
path: root/games/light_my_ritual/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/light_my_ritual/Makefile')
-rw-r--r--games/light_my_ritual/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/light_my_ritual/Makefile b/games/light_my_ritual/Makefile
index 1a90642e..b1446831 100644
--- a/games/light_my_ritual/Makefile
+++ b/games/light_my_ritual/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