From 886dbb97de374eeaadfb76fb5a04e5365e15e1c4 Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Mon, 29 Oct 2018 09:58:54 +0100 Subject: [PATCH] Make clean, all, test PHONY --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0a7864d..53e6d40 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ +.PHONY: all clean test + FILE = netcalc -all: $(FILE) tests +all: $(FILE) test .PHONY: clean clean: