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

clean:
	# TODO



# rules to build tarball

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