diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |