Skip to content

Commit

Permalink
correct makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cdent committed Jan 3, 2024
1 parent db41123 commit 0de0ebe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ clean:
rm -r wsgi_intercept.egg-info || true
rm *.bundle || true
rm -r *-bundle* || true
cd docs && make clean

reclean:
find wsgi_intercept test -name "*.py[co]" |xargs rm || true
Expand All @@ -21,14 +20,10 @@ reclean:
rm -r wsgi_intercept.egg-info || true
rm *.bundle || true
rm -r *-bundle* || true
cd docs && make clean

test:
tox --skip-missing-interpreters

doctest:
cd docs && make doctest

tagv:
git tag -a \
-m v`python setup.py --version` \
Expand Down

0 comments on commit 0de0ebe

Please sign in to comment.