aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2014-01-02 15:20:09 +0100
committerGravatar Christian Hesse <mail@eworm.de>2014-01-02 15:20:09 +0100
commit3f31ed361201b0caad0f012d487f9bac2642f5c8 (patch)
tree39faff34afaee429c7dcd73eb06df09172ced1bd /Makefile
parent704a47ec921fe3ed95e16b1135cc1a9106f039b3 (diff)
downloaddyndhcpd-3f31ed361201b0caad0f012d487f9bac2642f5c8.tar.gz
dyndhcpd-3f31ed361201b0caad0f012d487f9bac2642f5c8.tar.zst
add make release
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