Skip to content

Commit

Permalink
Fix Makefile colors
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhoherd committed Jun 25, 2024
1 parent 34b071f commit b53cc8a
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 @@ -2,7 +2,7 @@

.PHONY: help
help: ## Print Makefile help
@grep -Eh '^[a-z.A-Z_0-9-]+:.*?## .*$$' ${MAKEFILE_LIST} | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-18s\033[0m %s\n", $$1, $$2}'
@grep -Eh '^[a-z.A-Z_0-9-]+:.*?## .*$$' ${MAKEFILE_LIST} | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[1;36m%-18s\033[0m %s\n", $$1, $$2}'

IMAGE_NAME ?= quay.io/danielhoherd/plexdl
NO_CACHE ?= false
Expand Down

0 comments on commit b53cc8a

Please sign in to comment.