passwordless private key translation is now working in a pipeline,
[monkeysphere.git] / Makefile
index f3576b1b453d6df3a22b1af14345c8064dfc2098..a2a3e74a52302b6436b070857980d1c35970e6ef 100644 (file)
--- 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