Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion etherslurp/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
ifndef GOPATH
$(error GOPATH is not set)
endif

T=$(GOPATH)/src/github.com/google/trillian
E=$(GOPATH)/src/github.com/google/trillian-examples/etherslurp
G=$(GOPATH)/src/github.com/ethereum/go-ethereum/build/bin/geth

trillian::
go get -u github.com/google/trillian
go get -u -d -t github.com/google/trillian/...
cd $T && \
go build ./server/trillian_log_server && \
go build ./server/trillian_log_signer && \
Expand Down
2 changes: 1 addition & 1 deletion etherslurp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Check out this repo (using Go), and cd to it:

```bash
go get -ud github.com/google/trillian-examples/etherslurp
go get -u -d -t github.com/google/trillian-examples/etherslurp/...
# the warning "package github.com/google/trillian-examples/etherslurp: no Go files in .../src/github.com/google/trillian-examples/etherslurp" is expected
# All terminals need to start in this directory
cd $GOPATH/src/github.com/google/trillian-examples/etherslurp
Expand Down