mirror of
https://github.com/erkin/ponysay.git
synced 2025-01-31 02:16:43 +01:00
Add force flag to rm commands on clean because of write-protected regular files.
This commit is contained in:
parent
520bbd1a73
commit
202340218b
1 changed files with 6 additions and 6 deletions
12
Makefile
12
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"
|
||||
|
|
Loading…
Reference in a new issue