From 552d118a6463c98337a0ee48d284e6bf058908d0 Mon Sep 17 00:00:00 2001 From: Johannes Knoedtel Date: Thu, 5 Oct 2017 14:03:17 +0200 Subject: [PATCH] remove trailing whitespace --- GTI/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/GTI/Makefile b/GTI/Makefile index 8c38d03..3a10442 100644 --- a/GTI/Makefile +++ b/GTI/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