From 814952c01dcc1e14eb76e878c0cc3bdef6ee0fd2 Mon Sep 17 00:00:00 2001 From: Antonio Radovcic Date: Sat, 27 Jul 2019 11:45:49 +0200 Subject: #917 This commit changes the path to 'shell.html' in all Makefiles (#918) --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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 -- cgit v1.2.3