From e09661b021e05ee0355358976f9998d104866184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Mekina?= Date: Tue, 7 Oct 2025 12:18:34 +0200 Subject: [PATCH] add non-zipped bundling for templategen --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index ef2daa3..1cfe225 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,9 @@ PACK_TARGETS := $(TO_PACK:%=pack/tultemplate2/%) pack/tultemplate2/documentation .PHONY: pack pack: pack/tultemplate2.zip +.PHONY: bundle +bundle: $(PACK_TARGETS) + .PHONY: clean clean: rm -rf pack