diff options
Diffstat (limited to 'wrappers/python/Makefile')
| -rw-r--r-- | wrappers/python/Makefile | 4 |
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: |
