Skip to content

Commit

Permalink
refactor(Makefile): apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
kenibrewer committed Apr 24, 2024
1 parent ec41f6c commit c324eda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 36 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ test_docker_build: ## Build the docker image and run the tests

.PHONY: help
help:
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' "$(MAKEFILE_LIST)" | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'

.DEFAULT_GOAL := help
35 changes: 0 additions & 35 deletions make.bat

This file was deleted.

0 comments on commit c324eda

Please sign in to comment.