From 4371367cd18cf5b03c90e35630b61586071c8724 Mon Sep 17 00:00:00 2001 From: akiva Date: Thu, 3 Aug 2017 04:58:35 -0700 Subject: Makefile, README: remove evm target, add puppeth to table (#14886) --- Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 19924f952..26d648f33 100644 --- a/Makefile +++ b/Makefile @@ -21,11 +21,6 @@ swarm: @echo "Done building." @echo "Run \"$(GOBIN)/swarm\" to launch swarm." -evm: - build/env.sh go run build/ci.go install ./cmd/evm - @echo "Done building." - @echo "Run \"$(GOBIN)/evm\" to start the evm." - all: build/env.sh go run build/ci.go install -- cgit v1.2.3