From e77489f39cdf9c23a079132254d02ee798b65415 Mon Sep 17 00:00:00 2001 From: Tianyu Zhou Date: Wed, 27 Dec 2023 03:34:13 +0000 Subject: [PATCH] docs: images/Makefile does not exist. This reverts commit 12c2c6ae3, as commit a855a814d ("Refactor the Makefile to avoid recursive Make.") recreated tools/images.mk and removed images/Makefile. Signed-off-by: Tianyu Zhou --- images/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/README.md b/images/README.md index 297c7c3f3..0b064446e 100644 --- a/images/README.md +++ b/images/README.md @@ -7,7 +7,7 @@ Note that all these images must be pushed to the testing project hosted on continuous integration. This will speed up loading as images will not need to be built from scratch for each test run. -Image tooling is accessible via `make`, specifically via `images/Makefile`. +Image tooling is accessible via `make`, specifically via `tools/images.mk`. ## Why make?