Skip to content

Commit

Permalink
chore: remove circular build target in Makefile (build -> build)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Louis Fuchs committed Feb 23, 2024
1 parent f92c2f4 commit 752242a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ help:
@grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort -k 1,1 | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

.PHONY: build
build: build ## Build the container in case you made changes
build: ## Build the container in case you made changes
@docker compose build

.PHONY: up
Expand Down

0 comments on commit 752242a

Please sign in to comment.