flag make commands as phony

This commit is contained in:
Hector 2023-06-19 19:50:54 +01:00
parent b918e51149
commit 4f35e6a265

View File

@ -1,3 +1,5 @@
.PHONY: download test fmt check/dependencies check/fmt build build/docker
download:
go mod download