aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 9d05aa7864e1df6b18f6171edbfc1fdc2e5b4256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PACKAGE = mgarepo
VERSION = 1.14.4
.PHONY: all $(DIRS) clean

clean:
	# TODO



# rules to build tarball

dist: tar
tar:
	git archive --prefix $(PACKAGE)-$(VERSION)/ HEAD | xz -9 > $(PACKAGE)-$(VERSION).tar.xz