diff --git a/Makefile b/Makefile index 73dea2c..f432618 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SERVICE_N := sampledb TAG := v1 IMAGE_NAME_BASE := geunsam2/mha-$(SERVICE_N) -.PHONY: help build push clean +.PHONY: help build push help: @printf "$$(grep -hE '^\S+:.*##' $(MAKEFILE_LIST) | sed -e 's/:.*##\s*/:/' -e 's/^\(.\+\):\(.*\)/\\x1b[36m\1\\x1b[m:\2/' | column -c2 -t -s :)\n"