Skip to content

Commit

Permalink
remove the .so files
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriend committed Mar 9, 2024
1 parent 78c71cd commit eea303c
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 @@ -24,6 +24,7 @@ clear:
-@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 f -name '*.so' | xargs rm -r
-@find . -type d -name '*.ipynb_checkpoints' | xargs rm -r
-@find ./tests -type f -name '*.c' | xargs rm -r

Expand Down

0 comments on commit eea303c

Please sign in to comment.