diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-03-01 11:45:38 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-03-01 11:45:38 -0500 |
commit | 2c427b22f6a780cbf0d4e22fce26071727e985a1 (patch) | |
tree | 9035bb0b1adc2ef2bcf395ec3d3ae3d3c47ea866 /src/keytrans/Makefile | |
parent | ef9a47ba86dbd16bbff44cc01e5a2485823bbbdd (diff) |
transition to the perl-based keytrans implementation.
Diffstat (limited to 'src/keytrans/Makefile')
-rw-r--r-- | src/keytrans/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/keytrans/Makefile b/src/keytrans/Makefile deleted file mode 100644 index 4d54be7..0000000 --- a/src/keytrans/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -CFLAGS=`libgnutls-config --libs --cflags` -g -Wall --pedantic -CC=gcc - -all: openpgp2ssh - -openpgp2ssh: openpgp2ssh.c gnutls-helpers.o - $(CC) $(CFLAGS) -o openpgp2ssh openpgp2ssh.c gnutls-helpers.o - -.c.o: - $(CC) $(CFLAGS) -c $< - -clean: - rm -f openpgp2ssh *.o - -.PHONY: clean all |