Fix make clean

This commit is contained in:
regnat 2017-05-11 08:32:05 +02:00
parent 1aaf025299
commit b4a4e6f2aa

View File

@ -15,7 +15,7 @@ check: FORCE
latexmk -output-directory=out -pdf -xelatex -pv -use-make $<
clean:
latexmk -CA
rm -r out
# Fore some reasons that are far behind my understanding of make, The PHONY
# rule doesn't work for the "%.pdf" rule, so let's use this old trick to