We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7e6ce commit 22ac46cCopy full SHA for 22ac46c
Makefile
@@ -2,7 +2,7 @@
2
# with Go source code. If you know what GOPATH is then you probably
3
# don't need to bother with make.
4
5
-.PHONY: geth android ios evm all test clean
+.PHONY: geth all test lint clean devtools help
6
7
GOBIN = ./build/bin
8
GO ?= latest
@@ -47,4 +47,3 @@ devtools:
47
help: Makefile
48
@echo " Choose a command run in go-ethereum:"
49
@sed -n 's/^#?//p' $< | column -t -s ':' | sort | sed -e 's/^/ /'
50
-.PHONY: help
0 commit comments