From 29b46325c50f7b767d1027c817c4e050806f2aa1 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 8 Apr 2008 21:02:35 -0400 Subject: working with subkeys: preparing to write a gnutls-based gpg2ssh capable of feeding the monkeysphere. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b8545a9..4fb4556 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,9 @@ monkeysphere: main.c gnutls-helpers.o gcc -g -Wall --pedantic -o monkeysphere main.c `libgnutls-config --libs --cflags` -lgnutls-extra 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 + %.o: %.c gcc -g -Wall --pedantic -o $@ -c $< -- cgit v1.2.3