From 0b447a116d93c6abadb4e70893dae357c0290aa7 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 1 Apr 2008 15:14:39 -0400 Subject: passwordless private key translation is now working in a pipeline, when built with GnuTLS v2.3.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f3576b1..a2a3e74 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,6 @@ monkeysphere: main.c gcc -g -Wall --pedantic -o monkeysphere main.c `libgnutls-config --libs --cflags` -lgnutls-extra clean: - rm monkeysphere + rm -f monkeysphere .PHONY: clean -- cgit v1.2.3