From a2e4a370a586f941fe543a494d55137c6fc26a39 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Tue, 24 May 2022 18:47:00 +0400 Subject: [PATCH] Extended phony target list. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0090c57..336ba17 100755 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ LDFLAGS=-ldflags "-s -w" all: ${TARGET} -.PHONY: ${TARGET} +.PHONY: ${TARGET} run install uninstall clean ${TARGET}: go build -o bin/$@ ${LDFLAGS} cmd/$@/main.go