1 2 3 4 5 6 7 8 9
VERSION := 1.1 dist: git archive \ --output="create-license-$(VERSION).tar.gz" \ --prefix="create-license-$(VERSION)/" \ HEAD .PHONY: dist