From 5bd300c4077588284dacce9051b77950c4adb6fb Mon Sep 17 00:00:00 2001 From: flederwiesel Date: Mon, 11 Nov 2019 09:59:47 +0100 Subject: [PATCH] Make phony targets .PHONY --- library/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/Makefile b/library/Makefile index a6eae84..51bde04 100644 --- a/library/Makefile +++ b/library/Makefile @@ -43,6 +43,8 @@ SOURCES_SRC=zonedetect.c OBJECTS_OBJ=$(SOURCES_SRC:.c=.o) +.PHONY: all install clean nice + all: $(EXECUTABLE) $(EXECUTABLE): $(OBJECTS_OBJ)