From 8ce0cdcee46e7f238bde5cf97cd054defff7b941 Mon Sep 17 00:00:00 2001 From: neingeist Date: Wed, 8 Jan 2020 15:15:40 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20add=20clean=20target?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 462e987..490a320 100644 --- a/Makefile +++ b/Makefile @@ -1 +1,6 @@ -all: springer +TARGETS := springer + +all: $(TARGETS) + +clean: + rm -f $(TARGETS)