Chromium Code Reviews| Index: perf/Makefile |
| diff --git a/perf/Makefile b/perf/Makefile |
| index cb530f937921d739aa46586c82a07a62174ca757..954b5e9da890842407e1275ddb189104ea217733 100644 |
| --- a/perf/Makefile |
| +++ b/perf/Makefile |
| @@ -1,6 +1,7 @@ |
| .PHONY: build |
| build: res/css/perf.css res/js/perf.js |
| go install -v ./go/skiaperf |
| + go install -v ./go/migratedb |
|
jcgregorio
2014/09/30 14:54:08
Can you instead create a migratedb target and then
stephana
2014/09/30 18:11:49
Done.
|
| .PHONY: ver |
| ver: H=$(shell echo `git log -n 1 --format=format:%H`) |