summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorZach Koopmans <zkoopmans@google.com>2020-12-04 13:11:47 -0800
committergVisor bot <gvisor-bot@google.com>2020-12-04 13:14:09 -0800
commit4b198b18e1757ab6606c6d885ae62027d37d3651 (patch)
tree6c893f15ce3c9a42b3c54672d27282a9f9c52225 /Makefile
parentfd28ccfaa48a6b4c15aedb2bdd490211589c42d7 (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--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b4ca17c9d..039dd6881 100644
--- a/Makefile
+++ b/Makefile
@@ -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.