diff options
| author | Ray <[email protected]> | 2022-12-13 10:46:49 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-12-13 10:46:49 +0100 |
| commit | 445ce51e510bc3733e6ab7db618ad3d53de8943c (patch) | |
| tree | d31f9e00fa25e9e2bf316944bab75c9e577cbd27 /examples/Makefile | |
| parent | 884d30b85acae99f74ba072bda52172dc5757ef1 (diff) | |
| download | raylib-445ce51e510bc3733e6ab7db618ad3d53de8943c.tar.gz raylib-445ce51e510bc3733e6ab7db618ad3d53de8943c.zip | |
Update Makefile
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 4 |
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 |
