From d0554a4fbbd238203835664eb60a556e95329d7b Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Tue, 23 Jun 2015 20:27:57 +0200 Subject: More automatic clean --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9d89486..d99d53c 100644 --- a/Makefile +++ b/Makefile @@ -6,9 +6,12 @@ endif OUTPUTS = timerserver timerwp timerwaypoint timerstatus timerstop -.PHONY: all install +.PHONY: all clean install -all: $(OUTPUTS) +all: clean $(OUTPUTS) + +clean: + rm -f $(OUTPUTS) install: all @echo Installing to $(INSTALL_TARGET_DIR)... -- cgit v1.2.3