summaryrefslogtreecommitdiffhomepage
path: root/games
diff options
context:
space:
mode:
authorRay <[email protected]>2019-05-22 10:41:24 +0200
committerRay <[email protected]>2019-05-22 10:41:24 +0200
commit5f0866463c22461d45204838aca45155b229f3b9 (patch)
tree669eaa8de86c67ece65fbe8db54bc0d71648788f /games
parentbe7e56f51e0f9c1c8bf38cab8d451f148b46458b (diff)
downloadraylib-5f0866463c22461d45204838aca45155b229f3b9.tar.gz
raylib-5f0866463c22461d45204838aca45155b229f3b9.zip
Update Makefile
Diffstat (limited to 'games')
-rw-r--r--games/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile
index 80f07a45..d69b895c 100644
--- a/games/Makefile
+++ b/games/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