Update Makefile

This commit is contained in:
Ray 2022-12-13 10:46:49 +01:00
parent 884d30b85a
commit 445ce51e51
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ USE_EXTERNAL_GLFW ?= FALSE
USE_WAYLAND_DISPLAY ?= FALSE USE_WAYLAND_DISPLAY ?= FALSE
# PLATFORM_WEB: Default properties # PLATFORM_WEB: Default properties
BUILD_WEB_ASYNCIFY ?= FALSE BUILD_WEB_ASYNCIFY ?= TRUE
BUILD_WEB_SHELL ?= minshell.html BUILD_WEB_SHELL ?= $(RAYLIB_PATH)/src/minshell.html
BUILD_WEB_HEAP_SIZE ?= 134217728 BUILD_WEB_HEAP_SIZE ?= 134217728
BUILD_WEB_RESOURCES ?= TRUE BUILD_WEB_RESOURCES ?= TRUE
BUILD_WEB_RESOURCES_PATH ?= $(dir $<)resources@resources BUILD_WEB_RESOURCES_PATH ?= $(dir $<)resources@resources