From 9d583fc4f1d9724ddaea0fe0aa0156b53acbd365 Mon Sep 17 00:00:00 2001 From: Johannes Knoedtel Date: Thu, 5 Oct 2017 14:04:25 +0200 Subject: [PATCH] remove trailing whitespace --- MatheC1/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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