aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorakiva <akiva@snapchat.com>2017-08-03 19:58:35 +0800
committerFelix Lange <fjl@users.noreply.github.com>2017-08-03 19:58:35 +0800
commit4371367cd18cf5b03c90e35630b61586071c8724 (patch)
treebc44d88e4be4f932c77a77ea260e780e74da9c8a /Makefile
parentbc0e6a5e68904b2a1251240b85dd97dc8fa07e11 (diff)
downloadgo-tangerine-4371367cd18cf5b03c90e35630b61586071c8724.tar
go-tangerine-4371367cd18cf5b03c90e35630b61586071c8724.tar.gz
go-tangerine-4371367cd18cf5b03c90e35630b61586071c8724.tar.bz2
go-tangerine-4371367cd18cf5b03c90e35630b61586071c8724.tar.lz
go-tangerine-4371367cd18cf5b03c90e35630b61586071c8724.tar.xz
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--Makefile5
1 files changed, 0 insertions, 5 deletions
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