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 0e40484..8ab7c1a 100644
--- a/Makefile
+++ b/Makefile
@@ -63,3 +63,7 @@ install-doc: README.html
clean:
$(RM) -f *.o *~ netlink-notify-*.png README.html netlink-notify version.h
+
+release:
+ git archive --format=tar.xz --prefix=netlink-notify-$(VERSION)/ $(VERSION) > netlink-notify-$(VERSION).tar.xz
+ gpg -ab netlink-notify-$(VERSION).tar.xz