VERSION := 1.1 dist: git archive \ --output="create-license-$(VERSION).tar.gz" \ --prefix="create-license-$(VERSION)/" \ HEAD .PHONY: dist