Skip to content

Commit 6aed3d3

Browse files
committed
sep sdist and bdist
1 parent 49283f3 commit 6aed3d3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ clean: ## Delete templory and build files
1212
@find . -name '*~' -exec rm -f {} +
1313

1414
.PHONY:
15-
build: clean ## Build sdist and bdist package
15+
build: clean ## Build sdist package
1616
@python setup.py sdist
17+
18+
.PHONY:
19+
bdist: ## Build bdist package
1720
@python setup.py bdist_wheel
1821

1922

0 commit comments

Comments
 (0)