diff --git a/Makefile b/Makefile index a1a0dda..ed0a8ed 100644 --- a/Makefile +++ b/Makefile @@ -13,10 +13,6 @@ $(PDF): $(PDF).pdf latexmk -jobname=$(@:%.pdf=%) -pdf $< clean: - latexmk -c -f $(PDF).tex + latexmk -c -f -distclean: - latexmk -C -f $(PDF).tex - rm -f $(PDF).pdf - -.PHONY: all clean distclean $(PDF) continuous +.PHONY: all clean $(PDF) continuous