Skip to content

Commit

Permalink
transonic-clean-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Feb 20, 2024
1 parent c1379b7 commit a634530
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ clean:
rm -rf build

cleantransonic:
find src -type d -name __pythran__ | xargs rm -rf
find src -type d -name __python__ | xargs rm -rf
find src -type d -name __numba__ | xargs rm -rf
pdm run transonic-clean-dir src

cleanall: clean cleantransonic

Expand Down
33 changes: 17 additions & 16 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a634530

Please sign in to comment.