1
0

Extended phony target list.

This commit is contained in:
Alexander Andreev 2022-05-24 18:47:00 +04:00
parent 14bc73588b
commit a2e4a370a5
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F

View File

@ -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