Fix typo in Makefile (no build target)

This commit is contained in:
Kovid Goyal 2023-06-13 15:29:57 +05:30
parent 86b4637df7
commit 82900730d0
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

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