Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Adding puppeth command to top-level Makefile
  • Loading branch information
akiva authored Aug 2, 2017
1 parent bc0e6a5 commit d50de8d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ geth:
@echo "Done building."
@echo "Run \"$(GOBIN)/geth\" to launch geth."

puppeth:
build/env.sh go run build/ci.go install ./cmd/puppeth
@echo "Done building."
@echo "Run \"$(GOBIN)/puppeth\" to launch puppeth."

swarm:
build/env.sh go run build/ci.go install ./cmd/swarm
@echo "Done building."
Expand Down

0 comments on commit d50de8d

Please sign in to comment.