Chromium Code Reviews| Index: perf/Makefile |
| diff --git a/perf/Makefile b/perf/Makefile |
| index cb530f937921d739aa46586c82a07a62174ca757..de6b4c30438126f52968d093362192bf3d87eee4 100644 |
| --- a/perf/Makefile |
| +++ b/perf/Makefile |
| @@ -2,6 +2,9 @@ |
| build: res/css/perf.css res/js/perf.js |
| go install -v ./go/skiaperf |
| +migratedb: |
| + go install -v ./go/migratedb |
| + |
| .PHONY: ver |
| ver: H=$(shell echo `git log -n 1 --format=format:%H`) |
| ver: |
| @@ -63,7 +66,7 @@ lint: |
| grunt --no-color jshint:main |
| .PHONY: all |
| -all: build ingest tool logs |
| +all: build ingest tool logs migratedb |
| tags: |
| etags --recurse res/ go/ |