From 9a1c7812301998639610b797a9060c48ff08e56a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 13 Jun 2023 15:31:58 +0530 Subject: [PATCH] Use sub-targets rather than recursively invoking make --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2d03fdc47..a5b471c5a 100644 --- a/Makefile +++ b/Makefile @@ -63,9 +63,7 @@ develop-docs: $(MAKE) -C docs develop-docs -prepare-for-cross-compile: - $(MAKE) clean - $(MAKE) +prepare-for-cross-compile: clean all python3 setup.py $(VVAL) clean --clean-for-cross-compile cross-compile: