Makefile, README: remove evm target, add puppeth to table (#14886)

This commit is contained in:
akiva
2017-08-03 04:58:35 -07:00
committed by Felix Lange
parent bc0e6a5e68
commit 4371367cd1
2 changed files with 1 additions and 5 deletions

View File

@@ -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