Skip to content

Commit 7bd50fb

Browse files
committed
fix makefiel
1 parent 6ba5f93 commit 7bd50fb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ clean: ## Delete templory and build files
1515
build: clean ## Build sdist package
1616
@python setup.py sdist
1717

18-
.PHONY:
19-
bdist: ## Build bdist package
20-
@python setup.py bdist_wheel
21-
22-
2318
PYTHON_HOME=$(shell which python | sed "s/\/bin\/python//")
2419
PYTHON_VERSION=$(shell which python | sed "s/\/bin\/python/\/include/" | xargs ls | grep python | grep python)
2520

@@ -74,7 +69,7 @@ docker-run:
7469
BDIST_ARGS := setup.py bdist_wheel
7570

7671
.PHONE:
77-
bdist:
72+
bdist: # build multi versions bdist packages
7873
@python3.4 $(BDIST_ARGS)
7974
@python3.5 $(BDIST_ARGS)
8075
@python3.6 $(BDIST_ARGS)

0 commit comments

Comments
 (0)