aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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