| Index: perf/Makefile
|
| diff --git a/perf/Makefile b/perf/Makefile
|
| index f507d1f613143406d0207ecb976aacef262bec6f..815a6cb3f431ea34daf77a1bb0dcdd23ba97799a 100644
|
| --- a/perf/Makefile
|
| +++ b/perf/Makefile
|
| @@ -25,10 +25,6 @@ test: testgo
|
| testgo:
|
| go test ./go/...
|
|
|
| -.PHONY: ingest
|
| -ingest:
|
| - go install -v ./go/ingest
|
| -
|
| .PHONY: logs
|
| logs:
|
| go install -v ../logserver/go/logserver
|
| @@ -46,7 +42,7 @@ perf_migratedb:
|
| debug: clean_webtools debug_core_js debug_elements_html
|
|
|
| .PHONY: all
|
| -all: build ingest tool logs perf_migratedb
|
| +all: build tool logs perf_migratedb
|
|
|
| .PHONY: tags
|
| tags:
|
|
|