From 20901ab7afb2f4a367b5b4954e3dc2ff08140f85 Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Mon, 4 May 2015 22:22:57 -0700 Subject: For easy creating of release tarbals. Once I start tagging, that is. --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e897000 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ + +PROJECT = crops +all: release + +release: + VERSION=`git describe --tags`; \ + git archive --format zip --output "$(PROJECT)-$${VERSION}.zip" --prefix=$(PROJECT)/ master -- cgit v1.2.3