aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-12-17 16:29:29 +1300
committerTom Ryder <tom@sanctum.geek.nz>2019-12-17 16:29:29 +1300
commitb9aa1f6f4a0d60decebb3dca452ef1f73fa21a9e (patch)
tree29cecd4c54fcaa41c746309db71061e5a37accd5
parentSwitch to tabs (diff)
downloadwtf8-b9aa1f6f4a0d60decebb3dca452ef1f73fa21a9e.tar.gz
wtf8-b9aa1f6f4a0d60decebb3dca452ef1f73fa21a9e.zip
Add option terminator to Makefile clean target
-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)