X-Git-Url: https://codewiz.org/gitweb?p=monkeysphere.git;a=blobdiff_plain;f=Makefile;h=aa18aaad5a2e096e9456008fcafc41f65d45bb64;hp=4fb4556c493bc7cadf3183566857fabf81f3f121;hb=d1ac46b53ec182fec1397ccd651a699551a99970;hpb=a4c93ce43a942be7f92248cb1ef3a1d3313bce5e diff --git a/Makefile b/Makefile index 4fb4556..aa18aaa 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,9 @@ monkeysphere: main.c gnutls-helpers.o gpg2ssh: gpg2ssh.c gnutls-helpers.o gcc -g -Wall --pedantic -o gpg2ssh gpg2ssh.c `libgnutls-config --libs --cflags` -lgnutls-extra gnutls-helpers.o +ssh2gpg: ssh2gpg.c gnutls-helpers.o + gcc -g -Wall --pedantic -o ssh2gpg ssh2gpg.c `libgnutls-config --libs --cflags` -lgnutls-extra gnutls-helpers.o + %.o: %.c gcc -g -Wall --pedantic -o $@ -c $<