From 9699396b0828463462546df3daf914a60f3b6587 Mon Sep 17 00:00:00 2001 From: Johannes Knoedtel Date: Thu, 5 Oct 2017 14:04:37 +0200 Subject: [PATCH] remove trailing whitespace --- MatheC4/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MatheC4/Makefile b/MatheC4/Makefile index b0a4b0f..0ddd503 100644 --- a/MatheC4/Makefile +++ b/MatheC4/Makefile @@ -1,8 +1,8 @@ PDF = MaC4Cheatsheet -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