Skip to content

Commit

Permalink
Add more globs to clean-pdf and clean-html, until clean 'git clean -nx'
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Dec 15, 2022
1 parent ac1bdd1 commit b5c470d
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 chapters/*.aux
-rm MLS.pdf MLS.log *.out *.aux chapters/*.aux *.toc *.fls *.bbl *.bcf *.blg *.run.xml *.idx *.ilg *.ind

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

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

0 comments on commit b5c470d

Please sign in to comment.