From 4f35e6a26592c933e7626c95e61f1341f4f4b630 Mon Sep 17 00:00:00 2001 From: Hector Date: Mon, 19 Jun 2023 19:50:54 +0100 Subject: [PATCH] flag make commands as phony --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 0fbdaff..702a3ff 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +.PHONY: download test fmt check/dependencies check/fmt build build/docker + download: go mod download