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

clean:
	# TODO



# rules to build tarball

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