diff options
| author | Ray <[email protected]> | 2019-05-22 10:41:24 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-05-22 10:41:24 +0200 |
| commit | 5f0866463c22461d45204838aca45155b229f3b9 (patch) | |
| tree | 669eaa8de86c67ece65fbe8db54bc0d71648788f /games/Makefile | |
| parent | be7e56f51e0f9c1c8bf38cab8d451f148b46458b (diff) | |
| download | raylib-5f0866463c22461d45204838aca45155b229f3b9.tar.gz raylib-5f0866463c22461d45204838aca45155b229f3b9.zip | |
Update Makefile
Diffstat (limited to 'games/Makefile')
| -rw-r--r-- | games/Makefile | 2 |
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 |
