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