[flashproxy/master] Add "make sign".

5 Jul
2012
5 Jul
'12
2 p.m.
commit f648e63d03eafb7cdd8c1140fe92d05f6fd98308 Author: David Fifield <david@bamsoftware.com> Date: Thu Jul 5 05:48:07 2012 -0700 Add "make sign". --- Makefile | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 0becb59..f3232aa 100644 --- a/Makefile +++ b/Makefile @@ -30,4 +30,7 @@ dist/$(DISTNAME).zip: dist: dist/$(DISTNAME).zip -.PHONY: all clean test dist +sign: dist/$(DISTNAME).zip + cd dist && gpg --sign --detach-sign --armor $(DISTNAME).zip + +.PHONY: all clean test dist sign
4711
Age (days ago)
4711
Last active (days ago)
0 comments
1 participants
participants (1)
-
dcf@torproject.org