From 99ace8a1e81d5fbb18ef478eca362e8d06793124 Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Thu, 26 Feb 2026 23:39:00 +0100 Subject: [PATCH] add minify to export --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 78f68c5..6045aaf 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ $(OUTPUT_ORIGINAL): $(SRC) $(ORDER) $(MINIFY) @cp $(OUTPUT) $(OUTPUT_ORIGINAL) @lua $(MINIFY) minify $(OUTPUT_ORIGINAL) > $(OUTPUT) -export: build +export: build minify @if [ -z "$(VERSION)" ]; then \ echo "ERROR: VERSION not set!"; \ exit 1; \