summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 2731ee50..fccd6f77 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -243,7 +243,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
# logic to a self contained function: UpdateDrawFrame(), check core_basic_window_web.c for reference.
# 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