diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -44,3 +44,7 @@ clean: distclean: $(RM) -f *.o *~ README.html mpd-notification version.h config.h + +release: + git archive --format=tar.xz --prefix=mpd-notification-$(VERSION)/ $(VERSION) > mpd-notification-$(VERSION).tar.xz + gpg -ab mpd-notification-$(VERSION).tar.xz |