Fix typo in Makefile (no build target)
This commit is contained in:
parent
86b4637df7
commit
82900730d0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -65,7 +65,7 @@ develop-docs:
|
|||
|
||||
prepare-for-cross-compile:
|
||||
$(MAKE) clean
|
||||
$(MAKE) build
|
||||
$(MAKE)
|
||||
python3 setup.py $(VVAL) clean --clean-for-cross-compile
|
||||
|
||||
cross-compile:
|
||||
|
|
|
|||
Loading…
Reference in a new issue