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 <albert.zty@antgroup.com>
This commit is contained in:
Tianyu Zhou
2023-12-27 06:11:46 +00:00
parent 149350e5c4
commit e77489f39c
+1 -1
View File
@@ -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?