From 4390b4e3048ac3665383adb5bade48e344faaee4 Mon Sep 17 00:00:00 2001 From: Halimao <1065621723@qq.com> Date: Sat, 20 Jan 2024 23:05:41 +0800 Subject: [PATCH] Update Makefile --- Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 759f320e0a..715f970a5e 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,6 @@ GOBIN = ./build/bin GO ?= latest GORUN = go run -PROJECT_NAME = $(shell git remote get-url origin | xargs basename -s .git) #? geth: Build geth geth: @@ -35,7 +34,7 @@ clean: # The devtools target installs tools required for 'go generate'. # You need to put $GOBIN (or $GOPATH/bin) in your PATH to use 'go generate'. -#? devtools: Install required developer tools +#? devtools: Install recommended developer tools devtools: env GOBIN= go install golang.org/x/tools/cmd/stringer@latest env GOBIN= go install github.com/fjl/gencodec@latest @@ -46,6 +45,6 @@ devtools: #? help: Get more info on make commands. help: Makefile - @echo " Choose a command run in "$(PROJECT_NAME)":" + @echo " Choose a command run in go-ethereum:" @sed -n 's/^#?//p' $< | column -t -s ':' | sort | sed -e 's/^/ /' -.PHONY: help \ No newline at end of file +.PHONY: help