| Index: perf/server/Makefile
|
| diff --git a/perf/server/Makefile b/perf/server/Makefile
|
| index 855dbcdb4f8d93b579bd0dabbc2adb3c2298b021..2431e1bec840fc4de726ec964a6e556eae24cde1 100644
|
| --- a/perf/server/Makefile
|
| +++ b/perf/server/Makefile
|
| @@ -14,6 +14,10 @@ verbosetests:
|
| ingest: src/ingest/ingest.go src/ingest/ingest_main.go
|
| go build src/ingest/ingest.go src/ingest/ingest_main.go
|
|
|
| +logs:
|
| + GOPATH=$(GOPATH):`pwd` go build -v logserver
|
| +
|
| +
|
| tool: src/ingest/ingest.go
|
| GOPATH=$(GOPATH):`pwd` go build -v tiletool
|
|
|
|
|