diff options
author | Zach Koopmans <zkoopmans@google.com> | 2020-12-04 13:11:47 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-12-04 13:14:09 -0800 |
commit | 4b198b18e1757ab6606c6d885ae62027d37d3651 (patch) | |
tree | 6c893f15ce3c9a42b3c54672d27282a9f9c52225 /Makefile | |
parent | fd28ccfaa48a6b4c15aedb2bdd490211589c42d7 (diff) |
Fix load-benchmarks-images call.
make load-benchmarks-images is empty with the deleted line.
PiperOrigin-RevId: 345741855
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -318,7 +318,6 @@ run-benchmark: load-benchmarks-images ## Runs single benchmark and optionally se rm -rf $$T; \ exit $$rc .PHONY: run-benchmark -.PHONY: load-benchmarks-images ## ## Website & documentation helpers. |