projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9b6d9a
)
Added 'all' to makefile, and fixed 'clean'
author
Matt Goins
<mjgoins@openflows.com>
Sat, 7 Jun 2008 23:41:18 +0000
(19:41 -0400)
committer
Matt Goins
<mjgoins@openflows.com>
Sat, 7 Jun 2008 23:41:18 +0000
(19:41 -0400)
gpg2ssh/Makefile
patch
|
blob
|
history
diff --git
a/gpg2ssh/Makefile
b/gpg2ssh/Makefile
index aa18aaad5a2e096e9456008fcafc41f65d45bb64..1e816e2d52462dc46c669dbb7497850a8c3c1c5f 100644
(file)
--- a/
gpg2ssh/Makefile
+++ b/
gpg2ssh/Makefile
@@
-1,3
+1,5
@@
+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
@@
-11,6
+13,6
@@
ssh2gpg: ssh2gpg.c gnutls-helpers.o
gcc -g -Wall --pedantic -o $@ -c $<
clean:
- rm -f monkeysphere *.o
+ rm -f monkeysphere *.o
gpg2ssh ssh2gpg
.PHONY: clean