aboutsummaryrefslogtreecommitdiff
path: root/etc/Makefile
blob: 5515da03c1a7368818951a7a4dd33bbfc7fdd958 (plain)
1
2
3
4
5
6
VERSION=$(shell git symbolic-ref --short HEAD | cut -d / -f 2)

dist:
	cd ..; git archive --format tar --prefix mathcomp-$(VERSION)/\
	       -o mathcomp-$(VERSION).tar HEAD
	cd ..; gzip -f -9 mathcomp-$(VERSION).tar