Skip to content

Commit 22ac46c

Browse files
authored
Makefile: update PHONY directive (#29296)
1 parent 9a7e6ce commit 22ac46c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# with Go source code. If you know what GOPATH is then you probably
33
# don't need to bother with make.
44

5-
.PHONY: geth android ios evm all test clean
5+
.PHONY: geth all test lint clean devtools help
66

77
GOBIN = ./build/bin
88
GO ?= latest
@@ -47,4 +47,3 @@ devtools:
4747
help: Makefile
4848
@echo " Choose a command run in go-ethereum:"
4949
@sed -n 's/^#?//p' $< | column -t -s ':' | sort | sed -e 's/^/ /'
50-
.PHONY: help

0 commit comments

Comments
 (0)