Skip to content

Commit

Permalink
Add chapters/*.aux to clean-pdf target
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Dec 15, 2022
1 parent e0bd3cb commit ac1bdd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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 chapters/*.aux

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

0 comments on commit ac1bdd1

Please sign in to comment.