summaryrefslogtreecommitdiffstats
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 d6e87d5..19d0bd4 100644
--- a/Makefile
+++ b/Makefile
@@ -42,3 +42,7 @@ clean:
distclean:
$(RM) -f *.o *~ dyndhcpd README.html version.h config.h
+
+release:
+ git archive --format=tar.xz --prefix=dyndhcpd-$(VERSION)/ $(VERSION) > dyndhcpd-$(VERSION).tar.xz
+ gpg -ab dyndhcpd-$(VERSION).tar.xz