summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile b/examples/Makefile
index edfbab11..76a33149 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -52,8 +52,8 @@ USE_EXTERNAL_GLFW ?= FALSE
USE_WAYLAND_DISPLAY ?= FALSE
# PLATFORM_WEB: Default properties
-BUILD_WEB_ASYNCIFY ?= FALSE
-BUILD_WEB_SHELL ?= minshell.html
+BUILD_WEB_ASYNCIFY ?= TRUE
+BUILD_WEB_SHELL ?= $(RAYLIB_PATH)/src/minshell.html
BUILD_WEB_HEAP_SIZE ?= 134217728
BUILD_WEB_RESOURCES ?= TRUE
BUILD_WEB_RESOURCES_PATH ?= $(dir $<)resources@resources