add force option to remove

This commit is contained in:
Chris Cromer 2018-11-06 14:09:08 -03:00
parent b2ed60c5c4
commit 59d7eef00e
Signed by: cromer
GPG Key ID: 39CC813FF3C8708A
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ informe:
pdflatex -synctex=1 -interaction=nonstopmode "Informe.tex"
clean:
rm *.log *.toc *.gz *.aux Informe.pdf
rm -f *.log *.toc *.gz *.aux Informe.pdf
.PHONY: informe clean