added top-level Makefile for ease of building with debhelper.
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 13 Jun 2008 13:41:16 +0000 (09:41 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 13 Jun 2008 13:41:16 +0000 (09:41 -0400)
stupid whitespace cleanup in openpgp2ssh.c

Makefile [new file with mode: 0644]
src/keytrans/openpgp2ssh.c

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..b28e54e
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+all: keytrans
+
+keytrans:
+       $(MAKE) -C src/keytrans
+
+clean:
+       $(MAKE) -C src/keytrans clean
+
+.PHONY: all clean
index 10351e651785c1407915cc07bd8b8cc6051adc39..4593b3345ccd5000665200014358aa2c35042188 100644 (file)
@@ -273,7 +273,6 @@ int emit_public_openssh_from_pgp(const gnutls_openpgp_crt_t* pgp_crt, gnutls_ope
   }
 
   write(1, "\n", 1);
-
   
   return 0;
 }