diff --git a/Makefile b/Makefile index 8ad0d84..08bed89 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ else ifeq ($(CC),emcc) NO_VULKAN = 1 detected_OS = web - LIBS += --preload-file ./examples + LIBS += --embed-file ./ else LIBS += -std=c99 endif