From 82900730d04ff249b0ca9ac9e2605165ddf193b4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 13 Jun 2023 15:29:57 +0530 Subject: [PATCH] Fix typo in Makefile (no build target) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dfc968b86..2d03fdc47 100644 --- a/Makefile +++ b/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: