Skip to content

Commit

Permalink
remove Makefile backup and edit Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
GeunSam2 committed Sep 3, 2020
1 parent 25dd9f8 commit 09ba9dd
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 @@ 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"
Expand Down

0 comments on commit 09ba9dd

Please sign in to comment.