aboutsummaryrefslogtreecommitdiff
path: root/projects/4coder
diff options
context:
space:
mode:
authorAntonio Radovcic <niorad@users.noreply.github.com>2019-07-27 11:45:49 +0200
committerRay <raysan5@gmail.com>2019-07-27 11:45:49 +0200
commit814952c01dcc1e14eb76e878c0cc3bdef6ee0fd2 (patch)
treec575a09aee182bda4a949e23edffdd1b223a7b87 /projects/4coder
parent6baf8bccb1047914fd53d753692a35906386f5dc (diff)
downloadraylib-814952c01dcc1e14eb76e878c0cc3bdef6ee0fd2.tar.gz
raylib-814952c01dcc1e14eb76e878c0cc3bdef6ee0fd2.zip
#917 This commit changes the path to 'shell.html' in all Makefiles (#918)
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 a00f4fab..08d4da59 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)\src\shell.html
+ CFLAGS += --shell-file $(RAYLIB_PATH)/src/shell.html
EXT = .html
endif