Skip to content

Commit a2a631e

Browse files
authored
Update common.mk
1 parent 9ad453e commit a2a631e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/make/common.mk

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,3 @@ help:
122122
@echo -e "Usage:\n make \033[36m<Target>\033[0m \033[36m<Option>\033[0m\n\nTargets:"
123123
@awk 'BEGIN {FS = ":.*##"; printf ""} /^[a-zA-Z_0-9-]+:.*?##/ { printf " \033[36m%-15s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)
124124
@echo -e "\n$$USAGE_OPTIONS"
125-
126-
.PHONY: fmt
127-
fmt:
128-
go fmt ./...

0 commit comments

Comments
 (0)