Skip to content

Commit

Permalink
More improvements in Makefile tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocheque committed Aug 18, 2023
1 parent 73abc2a commit 65f5332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ doc:
tox:
clear ; time env/bin/tox --parallel all

build: clean os_deps prepare deps test
build: clean os_deps prepare deps test cov

# Python package tasks

lib: clean test doc
lib: clean test cov doc
# clear ; env/bin/python setup.py build
# clear ; env/bin/python setup.py sdist
clear ; env/bin/python -m build
Expand Down

0 comments on commit 65f5332

Please sign in to comment.