Remove latexmkrc file

This commit is contained in:
2021-02-19 23:47:20 +01:00
parent f0f7258494
commit 4bd4489c82
2 changed files with 1 additions and 6 deletions

View File

@@ -67,6 +67,6 @@ all: $(pdfs) clean
# clean up everything except final pdfs
clean:
latexmk -c .
latexmk -c output/*
.DEFAULT_GOAL := all