Mercurial > hgrepos > Python2 > PyMuPDF
changeset 19:c3ef899c5e56
Rename the "build" target to "wheel"
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 18 Sep 2025 22:03:34 +0200 |
| parents | dd663470c57c |
| children | eb3dd22fef2c |
| files | Makefile.freebsd |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.freebsd Thu Sep 18 22:02:17 2025 +0200 +++ b/Makefile.freebsd Thu Sep 18 22:03:34 2025 +0200 @@ -26,7 +26,7 @@ # export PYMUPDF_SETUP_MUPDF_TESSERACT=0 # -.PHONY: build populate-venv check +.PHONY: wheel populate-venv check .SILENT: check @@ -51,7 +51,7 @@ #CC= $(CLANG_DIR)/bin/clang #CXX= $(CLANG_DIR)/bin/clang++ -build: check +wheel: check $(TEST) -e $(firstword $(PYTHON_PREFIXES))/bin/make || $(SYMLINK) $(LOCALBASE)/bin/gmake $(firstword $(PYTHON_PREFIXES))/bin/make $(TEST) -e $(firstword $(PYTHON_PREFIXES))/bin/ar || $(SYMLINK) $(CLANG_DIR)/bin/llvm-ar $(firstword $(PYTHON_PREFIXES))/bin/ar $(TEST) -e $(firstword $(PYTHON_PREFIXES))/bin/cc || $(SYMLINK) $(CLANG_DIR)/bin/clang $(firstword $(PYTHON_PREFIXES))/bin/cc
