diff options
author | akiva <akiva@snapchat.com> | 2017-08-03 19:58:35 +0800 |
---|---|---|
committer | Felix Lange <fjl@users.noreply.github.com> | 2017-08-03 19:58:35 +0800 |
commit | 4371367cd18cf5b03c90e35630b61586071c8724 (patch) | |
tree | bc44d88e4be4f932c77a77ea260e780e74da9c8a /Makefile | |
parent | bc0e6a5e68904b2a1251240b85dd97dc8fa07e11 (diff) | |
download | go-tangerine-4371367cd18cf5b03c90e35630b61586071c8724.tar.gz go-tangerine-4371367cd18cf5b03c90e35630b61586071c8724.tar.zst go-tangerine-4371367cd18cf5b03c90e35630b61586071c8724.zip |
Makefile, README: remove evm target, add puppeth to table (#14886)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |