Use sub-targets rather than recursively invoking make

This commit is contained in:
Kovid Goyal
2023-06-13 15:31:58 +05:30
parent 82900730d0
commit 9a1c781230

View File

@@ -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: