diff --git a/Makefile b/Makefile index c6c9259e9..f70b6de6e 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ .PHONY: geth-linux-arm geth-linux-arm-5 geth-linux-arm-6 geth-linux-arm-7 geth-linux-arm64 .PHONY: geth-darwin geth-darwin-386 geth-darwin-amd64 .PHONY: geth-windows geth-windows-386 geth-windows-amd64 +.PHONY: docker-all docker docker-alltools docker-debug GOBIN = ./build/bin GO ?= latest