Skip to content

Commit

Permalink
fix(makefile): missing phony
Browse files Browse the repository at this point in the history
  • Loading branch information
gluax committed Nov 27, 2023
1 parent d6ee774 commit 49c0f93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 49c0f93

Please sign in to comment.