From 49c0f93e03c66a7c8b0fe6d1291923cd800e413e Mon Sep 17 00:00:00 2001 From: gluax <16431709+gluax@users.noreply.github.com> Date: Mon, 27 Nov 2023 13:01:31 -0800 Subject: [PATCH] fix(makefile): missing phony --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index ee7ab939..e7485ec2 100644 --- a/Makefile +++ b/Makefile @@ -296,3 +296,5 @@ docker-static-build-alpine: --build-arg GIT_VERSION=$(VERSION) \ --build-arg GIT_COMMIT=$(COMMIT) \ -f $(CURDIR)/dockerfiles/Dockerfile.static . + +.PHONY: docker-static-build docker-static-build-alpine \ No newline at end of file