Skip to content

Commit

Permalink
Add force flag to rm commands on clean because of write-protected reg…
Browse files Browse the repository at this point in the history
…ular files.
  • Loading branch information
erkin committed Jul 21, 2012
1 parent 520bbd1 commit 2023402
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile
Expand Up @@ -134,9 +134,9 @@ uninstall:


clean: clean:
rm -f "ponysaytruncater" rm -f "ponysaytruncater"
rm "completion/bash-completion-think.sh" rm -f "completion/bash-completion-think.sh"
rm "completion/fish-completion-think.fish" rm -f "completion/fish-completion-think.fish"
rm "completion/zsh-completion-think.zsh" rm -f "completion/zsh-completion-think.zsh"
rm "manuals/manpage.6.gz" rm -f "manuals/manpage.6.gz"
rm "manuals/manpage.es.6.gz" rm -f "manuals/manpage.es.6.gz"
rm "ponysay.info.gz" rm -f "ponysay.info.gz"

0 comments on commit 2023402

Please sign in to comment.