aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 09a0acfbf93b7ae11f146c80979f9202ab35d6d6 (plain)
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