small tweak to MonkeySpec
[monkeysphere.git] / gpg2ssh / Makefile
index aa18aaad5a2e096e9456008fcafc41f65d45bb64..a0b72418cdcbcaaa21f965630eaa261c18b35b30 100644 (file)
@@ -1,3 +1,5 @@
+all: monkeysphere gpg2ssh
+
 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 gpg2ssh *.o
 
-.PHONY: clean
+.PHONY: clean all