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 07911d1..257625a 100644
--- a/Makefile
+++ b/Makefile
@@ -147,3 +147,7 @@ clean:
distclean:
$(RM) -f *.o *~ *.png README.html cqrlogo version.h config.h
+
+release:
+ git archive --format=tar.xz --prefix=cqrlogo-$(VERSION)/ $(VERSION) > cqrlogo-$(VERSION).tar.xz
+ gpg -ab cqrlogo-$(VERSION).tar.xz