projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba14c70
)
added ssh2gpg to Makefile
author
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Thu, 12 Jun 2008 14:30:05 +0000
(10:30 -0400)
committer
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Thu, 12 Jun 2008 14:30:05 +0000
(10:30 -0400)
src/gpg2ssh/Makefile
patch
|
blob
|
history
diff --git
a/src/gpg2ssh/Makefile
b/src/gpg2ssh/Makefile
index a0b72418cdcbcaaa21f965630eaa261c18b35b30..65a5f0f7623ceb47e6861882d6b917854588d50c 100644
(file)
--- a/
src/gpg2ssh/Makefile
+++ b/
src/gpg2ssh/Makefile
@@
-1,4
+1,4
@@
-all: monkeysphere gpg2ssh
+all: monkeysphere gpg2ssh
ssh2gpg
monkeysphere: main.c gnutls-helpers.o
gcc -g -Wall --pedantic -o monkeysphere main.c `libgnutls-config --libs --cflags` -lgnutls-extra gnutls-helpers.o
@@
-13,6
+13,6
@@
ssh2gpg: ssh2gpg.c gnutls-helpers.o
gcc -g -Wall --pedantic -o $@ -c $<
clean:
- rm -f monkeysphere gpg2ssh *.o
+ rm -f monkeysphere gpg2ssh
ssh2gpg
*.o
.PHONY: clean all