aboutsummaryrefslogtreecommitdiff
path: root/projects/4coder
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2019-05-22 10:40:51 +0200
committerRay <raysan5@gmail.com>2019-05-22 10:40:51 +0200
commitbe7e56f51e0f9c1c8bf38cab8d451f148b46458b (patch)
treeefca613e5eeb7ff471dc4972f59a70abaa40e1d1 /projects/4coder
parente6ca2c4ba338fcb56949a3beb978a87803aa38b0 (diff)
downloadraylib-be7e56f51e0f9c1c8bf38cab8d451f148b46458b.tar.gz
raylib-be7e56f51e0f9c1c8bf38cab8d451f148b46458b.zip
Move emscripten web shell to src
Diffstat (limited to 'projects/4coder')
-rw-r--r--projects/4coder/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/4coder/Makefile b/projects/4coder/Makefile
index c7b9162a..63d093a2 100644
--- a/projects/4coder/Makefile
+++ b/projects/4coder/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