From ff35eb4e716a68d991007348121c8947ddee4276 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 2 Jan 2014 15:10:55 +0100 Subject: add make release --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 486de93..d68a47e 100644 --- a/Makefile +++ b/Makefile @@ -41,3 +41,7 @@ clean: distclean: $(RM) -f README.html nullshell version.h config.h + +release: + git archive --format=tar.xz --prefix=nullshell-$(VERSION)/ $(VERSION) > nullshell-$(VERSION).tar.xz + gpg -ab nullshell-$(VERSION).tar.xz -- cgit v1.2.3-54-g00ecf