Skip to content

Commit

Permalink
Update Makefile clean action (#1738)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r committed Mar 20, 2024
1 parent f08962c commit 4022b13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ clean:
find . -name *.pyc -delete
rm -rf .mypy_cache/*
rm -rf .pytest_cache/*
rm -rf dist/*
rm -rf docs/build/*
rm -rf docs/source/_autosummary/*

Expand Down

0 comments on commit 4022b13

Please sign in to comment.