summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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