Skip to content

Commit

Permalink
Fix whitespace in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
msanders committed Feb 26, 2020
1 parent 0b60f22 commit 5926bf1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ build: ## Build debug target for development.
.PHONY: help
help: ## Print help information.
@awk 'BEGIN { \
FS = ":.*?## " \
} /^[a-zA-Z_-]+:.*?## / { \
printf "\033[36m%-30s\033[0m %s\n", $$1, $$2 \
}' $(MAKEFILE_LIST)
FS = ":.*?## " \
} /^[a-zA-Z_-]+:.*?## / { \
printf "\033[36m%-30s\033[0m %s\n", $$1, $$2 \
}' $(MAKEFILE_LIST)

.PHONY: install
install: ## Install local target.
Expand Down

0 comments on commit 5926bf1

Please sign in to comment.