Skip to content

Commit

Permalink
update: imporove Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
wf001 committed Nov 23, 2022
1 parent bed2282 commit 5e26136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ mypy-only:
mypy ${TARGET}

build:
pip install wheel twine &&\
make clean &&\
pip install wheel twine &&\
make check &&\
python setup.py sdist bdist_wheel

Expand Down

0 comments on commit 5e26136

Please sign in to comment.