From 6f8089f5bea598d1c01bb25674cc4021b36dc422 Mon Sep 17 00:00:00 2001 From: Johannes Knoedtel Date: Thu, 5 Oct 2017 14:00:33 +0200 Subject: [PATCH] remove trailing whitespace --- AuD/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/AuD/Makefile b/AuD/Makefile index 092000a..c9d52e6 100755 --- a/AuD/Makefile +++ b/AuD/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