aboutsummaryrefslogtreecommitdiff
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 6e4ca94..f96464b 100644
--- a/Makefile
+++ b/Makefile
@@ -7,4 +7,4 @@ install: all
cp -- $(ALL) $(PREFIX)/bin
wtf8: wtf8.c wtf8.h
clean:
- rm -f $(ALL)
+ rm -f -- $(ALL)