We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba5f93 commit 7bd50fbCopy full SHA for 7bd50fb
Makefile
@@ -15,11 +15,6 @@ clean: ## Delete templory and build files
15
build: clean ## Build sdist package
16
@python setup.py sdist
17
18
-.PHONY:
19
-bdist: ## Build bdist package
20
- @python setup.py bdist_wheel
21
-
22
23
PYTHON_HOME=$(shell which python | sed "s/\/bin\/python//")
24
PYTHON_VERSION=$(shell which python | sed "s/\/bin\/python/\/include/" | xargs ls | grep python | grep python)
25
@@ -74,7 +69,7 @@ docker-run:
74
69
BDIST_ARGS := setup.py bdist_wheel
75
70
76
71
.PHONE:
77
-bdist:
72
+bdist: # build multi versions bdist packages
78
73
@python3.4 $(BDIST_ARGS)
79
@python3.5 $(BDIST_ARGS)
80
@python3.6 $(BDIST_ARGS)
0 commit comments