Chromium Code Reviews| Index: logmetrics/Makefile |
| diff --git a/logmetrics/Makefile b/logmetrics/Makefile |
| index d3d4c9801d96238825576be92b67fb8e8814ef78..15c7f88c437424b304d10fb3dec99a172358c336 100644 |
| --- a/logmetrics/Makefile |
| +++ b/logmetrics/Makefile |
| @@ -1,2 +1,8 @@ |
| default: |
| go install -v ./go/logmetrics |
| + |
| +.PHONY: push |
| +push: default |
| + ./build_release "`git log -n1 --format=%s`" |
| + go install -v ../push/go/pushcli |
| + pushcli logmetrics skia-monitoring |