From 76c653099394f11b20f2f244f3f7828f95012bc0 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 13 May 2023 13:30:48 +0200 Subject: [PATCH] Makefile: adding build/$(PROGRAM) to .PHONY also --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 19a755d..55ef9c4 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ PREFIX=/usr/local BINDIR=$(PREFIX)/bin CFGDIR=$(PREFIX)/etc -.PHONY: build test +.PHONY: build build/$(PROGRAM) test build: build/$(PROGRAM)