diff options
author | Pablo Lezaeta <prflr88@gmail.com> | 2012-07-20 19:22:39 -0400 |
---|---|---|
committer | Pablo Lezaeta <prflr88@gmail.com> | 2012-07-20 19:22:39 -0400 |
commit | 39f97217784e6b2c1f2990e54404268c1216df0d (patch) | |
tree | b6a65e51302731ef5dcaa5f3deb3611150bb2600 /Makefile | |
parent | 8d5e90406f0631cf32ad2184918b1a9eeb409e76 (diff) | |
parent | 80739e89dfd526f0220d33831a02c0462b3a375f (diff) | |
download | ponysay-39f97217784e6b2c1f2990e54404268c1216df0d.tar.gz ponysay-39f97217784e6b2c1f2990e54404268c1216df0d.tar.bz2 ponysay-39f97217784e6b2c1f2990e54404268c1216df0d.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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" |