From d9953dcc09ce61e249e40857bbf5cb98e0bb1fbf Mon Sep 17 00:00:00 2001 From: StevenWdV Date: Mon, 6 Dec 2021 12:13:21 +0100 Subject: Fix Python wrapper --- wrappers/python/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wrappers/python/Makefile') diff --git a/wrappers/python/Makefile b/wrappers/python/Makefile index 3a73676..be4beaa 100644 --- a/wrappers/python/Makefile +++ b/wrappers/python/Makefile @@ -1,11 +1,11 @@ -.PHONY: build test clean +.PHONY: pack test clean ifdef PLAT_NAME SETUP_ARGS += --plat-name=$(PLAT_NAME) endif # Build for current platform only -build: +pack: ./setup.py bdist_wheel $(SETUP_ARGS) test: -- cgit v1.2.3