summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2014-03-13 19:24:15 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2014-03-13 19:24:15 +0100
commit625be76fb99ef37fff56398d6e4a7dbadc26cf92 (patch)
treebd2ff13c6e0d9dcd4ae3ec111254a8f61a86e3f1 /Makefile
parent2174a1960d183f4ea59824bd57839209f9914da4 (diff)
downloadcwm-625be76fb99ef37fff56398d6e4a7dbadc26cf92.tar.gz
cwm-625be76fb99ef37fff56398d6e4a7dbadc26cf92.tar.xz
cwm-625be76fb99ef37fff56398d6e4a7dbadc26cf92.zip
Makefile: add sign action
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d794374..f30d339 100644
--- a/Makefile
+++ b/Makefile
@@ -45,3 +45,7 @@ install: ${PROG}
 release:
 	VERSION=$$(git describe --tags | sed 's/^v//;s/-[^.]*$$//') && \
 	git archive --prefix=cwm-$$VERSION/ -o cwm-$$VERSION.tar.gz HEAD
+
+sign:
+	VERSION=$$(git describe --tags | sed 's/^v//;s/-[^.]*$$//') && \
+	gpg --armor --detach-sign cwm-$$VERSION.tar.gz