changeset 21:2f43e400f144

Provide an "all" target to build both the sdist and the wheel
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 19 Sep 2025 10:28:53 +0200
parents eb3dd22fef2c
children d77477b4e151
files Makefile.freebsd
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.freebsd	Thu Sep 18 22:04:13 2025 +0200
+++ b/Makefile.freebsd	Fri Sep 19 10:28:53 2025 +0200
@@ -26,7 +26,7 @@
 #     export PYMUPDF_SETUP_MUPDF_TESSERACT=0
 #
 
-.PHONY: wheel sdist populate-venv check
+.PHONY: all wheel sdist populate-venv check
 
 .SILENT: check
 
@@ -51,6 +51,10 @@
 #CC=	$(CLANG_DIR)/bin/clang
 #CXX=	$(CLANG_DIR)/bin/clang++
 
+
+all: sdist wheel
+
+
 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