Skip to content

Commit

Permalink
Remove unused target
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Dec 13, 2021
1 parent c1dc430 commit 3089124
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
SHELL=/bin/bash -e

wheel: lint clean
./setup.py bdist_wheel

test_deps:
pip install coverage flake8 mypy sphinx wheel

Expand Down Expand Up @@ -32,6 +29,6 @@ clean:
-rm -rf build dist
-rm -rf *.egg-info

.PHONY: wheel lint test test_deps docs build install clean
.PHONY: lint test test_deps docs build install clean

include common.mk
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
[bdist_wheel]
universal=1
[flake8]
max-line-length=120
ignore: E401, W504

0 comments on commit 3089124

Please sign in to comment.