aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 974fc39..59a6aa2 100644
--- a/Makefile
+++ b/Makefile
@@ -36,5 +36,5 @@ clean:
rm -f *.o *~ README.html journal-notify
release:
- git archive --format=tar.xz --prefix=journal-notify$(VERSION)/ $(VERSION) > journal-notify-$(VERSION).tar.xz
+ git archive --format=tar.xz --prefix=journal-notify-$(VERSION)/ $(VERSION) > journal-notify-$(VERSION).tar.xz
gpg -ab journal-notify-$(VERSION).tar.xz