Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriend committed Mar 9, 2024
1 parent 51cf1c2 commit 78c71cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ clear:
-./env/bin/pip uninstall -y h3
-@rm -rf MANIFEST
-@rm -rf annotations
-@rm -rf .pytest_cache tests/__pycache__ __pycache__ _skbuild dist .coverage
-@rm -rf .pytest_cache _skbuild dist .coverage build
-@find . -type d -name '__pycache__' | xargs rm -r
-@find . -type d -name '*.egg-info' | xargs rm -r
-@find . -type f -name '*.pyc' | xargs rm -r
-@find . -type d -name '*.ipynb_checkpoints' | xargs rm -r
Expand Down

0 comments on commit 78c71cd

Please sign in to comment.