summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-04-01 15:14:39 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-04-01 15:14:39 -0400
commit0b447a116d93c6abadb4e70893dae357c0290aa7 (patch)
tree333e38a7c6e0d8a9a5ef0116f12dbb0822a83ac7 /Makefile
parent7ba522ae456c76c6d131ecac990815f7d55695d5 (diff)
passwordless private key translation is now working in a pipeline,
when built with GnuTLS v2.3.4
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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