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

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: