aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 24a5808..490c782 100644
--- a/Makefile
+++ b/Makefile
@@ -134,9 +134,9 @@ uninstall:
clean:
rm -f "ponysaytruncater"
- rm "completion/bash-completion-think.sh"
- rm "completion/fish-completion-think.fish"
- rm "completion/zsh-completion-think.zsh"
- rm "manuals/manpage.6.gz"
- rm "manuals/manpage.es.6.gz"
- rm "ponysay.info.gz"
+ rm -f "completion/bash-completion-think.sh"
+ rm -f "completion/fish-completion-think.fish"
+ rm -f "completion/zsh-completion-think.zsh"
+ rm -f "manuals/manpage.6.gz"
+ rm -f "manuals/manpage.es.6.gz"
+ rm -f "ponysay.info.gz"