From bc3f859a8ef554c4f7565fac17952d55ef17005a Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Wed, 2 Mar 2022 15:23:50 +0100 Subject: [PATCH] Makefile: add .PHONY target --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 852746f..893f573 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ DEPENDANCIES= github.com/firstrow/tcp_server \ github.com/imroc/req \ github.com/pborman/getopt/v2 +.PHONY: all build/$(PROGRAM_NAME) clean all: build build: build/$(PROGRAM_NAME)