Use sub-targets rather than recursively invoking make
This commit is contained in:
parent
82900730d0
commit
9a1c781230
1 changed files with 1 additions and 3 deletions
4
Makefile
4
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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue