Skip to content

Commit

Permalink
Ignore errors in Makefile targets 'clean-pdf' and 'clean-html'
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Nov 9, 2020
1 parent 7d1554c commit df99345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -8,11 +8,11 @@ all: MLS.pdf MLS.html

.PHONY: clean-pdf
clean-pdf:
rm *.aux MLS.log MLS.toc MLS.pdf
-rm *.aux MLS.log MLS.toc MLS.pdf

.PHONY: clean-html
clean-html:
rm MLS.xml LaTeXML.cache *.html
-rm MLS.xml LaTeXML.cache *.html

.PHONY: clean
clean: clean-pdf clean-html
Expand Down

0 comments on commit df99345

Please sign in to comment.