phony in make file

This commit is contained in:
rumanzo 2023-11-25 23:48:16 +03:00
parent 7b9c97cfe1
commit ed90ba1226
No known key found for this signature in database

View File

@ -8,6 +8,8 @@ buildenvs = -e CGO_ENABLED=0
version = 1.999
ldflags = -ldflags="-X 'main.version=$(version)' -X 'main.commit=$(commit)' -X 'main.buildImage=golang:$(gotag)'"
.PHONY: all tests build
all: | tests build
tests: