Chromium Code Reviews| Index: datahopper/Makefile |
| diff --git a/datahopper/Makefile b/datahopper/Makefile |
| index eac5f1f2c77b006230fcee042a6718b57f96222c..f10865c5bf5a9dcb6936a1afccfa41645956764c 100644 |
| --- a/datahopper/Makefile |
| +++ b/datahopper/Makefile |
| @@ -3,3 +3,6 @@ default: |
| release: |
| ./build_release |
| + |
| +migratedb: |
| + go install -v ./go/buildbot_migratedb |