diff --git a/MatheC1/Makefile b/MatheC1/Makefile index 092000a..c9d52e6 100644 --- a/MatheC1/Makefile +++ b/MatheC1/Makefile @@ -1,8 +1,8 @@ PDF = document -all: $(PDF) +all: $(PDF) -continuous: $(PDF).continuous +continuous: $(PDF).continuous %.continuous: %.pdf latexmk -jobname=$(@:%.continuous=%) -pvc -pdf $(@:%.continuous=%).tex @@ -15,8 +15,8 @@ $(PDF): $(PDF).pdf clean: latexmk -c -f $(PDF).tex -distclean: +distclean: latexmk -C -f $(PDF).tex - rm -f $(PDF).pdf + rm -f $(PDF).pdf .PHONY: all clean distclean $(PDF) continuous