add force option to remove

This commit is contained in:
2018-11-06 14:09:08 -03:00
parent b2ed60c5c4
commit 59d7eef00e

View File

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