Re: [PATCH v5 7/8] Don't remove images in make clean
atishp@...
On Wed, 2021-08-11 at 10:39 +0530, Anup Patel wrote:
--
Regards,
Atish
The image files (i.e. PNG files) are committed in the repo soReviewed-by: Atish Patra <atish.patra@...>
we should not remove it when doing "make clean".
Signed-off-by: Anup Patel <anup.patel@...>
---
Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/Makefile b/Makefile
index ff8fbf6..a5a8568 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,6 @@ clean:
rm -f $(PLATFORM_SPEC).md
rm -f $(PLATFORM_SPEC).pdf
rm -f $(PLATFORM_SPEC).html
- rm -f $(IMAGES)
# handy shortcuts for installing necessary packages: YMMV
install-debs:
--
Regards,
Atish