aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPablo Lezaeta <prflr88@gmail.com>2012-07-20 19:22:39 -0400
committerPablo Lezaeta <prflr88@gmail.com>2012-07-20 19:22:39 -0400
commit39f97217784e6b2c1f2990e54404268c1216df0d (patch)
treeb6a65e51302731ef5dcaa5f3deb3611150bb2600 /Makefile
parent8d5e90406f0631cf32ad2184918b1a9eeb409e76 (diff)
parent80739e89dfd526f0220d33831a02c0462b3a375f (diff)
downloadponysay-39f97217784e6b2c1f2990e54404268c1216df0d.tar.gz
ponysay-39f97217784e6b2c1f2990e54404268c1216df0d.tar.bz2
ponysay-39f97217784e6b2c1f2990e54404268c1216df0d.zip
Merge remote-tracking branch 'upstream/master'
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"