summaryrefslogtreecommitdiff
path: root/wrappers/python/Makefile
diff options
context:
space:
mode:
authorStevenWdV <stevenwdv@gmail.com>2021-12-06 12:13:21 +0100
committerStevenWdV <stevenwdv@gmail.com>2021-12-06 12:13:21 +0100
commitd9953dcc09ce61e249e40857bbf5cb98e0bb1fbf (patch)
tree7c297eafd2edb3b3e65165ab1603996dc6c1e4ab /wrappers/python/Makefile
parent282b04af8e296ff9d026a99accc2a324015e100c (diff)
Fix Python wrapper
Diffstat (limited to 'wrappers/python/Makefile')
-rw-r--r--wrappers/python/Makefile4
1 files changed, 2 insertions, 2 deletions
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: