From 3f31ed361201b0caad0f012d487f9bac2642f5c8 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 2 Jan 2014 15:20:09 +0100 Subject: add make release --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf