Skip to content

Commit

Permalink
clean up clean [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jul 18, 2024
1 parent d4c470f commit e80cba8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ list-tasks:

# clean up build artifacts
clean:
rm -rf build dist *.egg-info
# we don't have extension modules rn, but in case we do, remove them
rm -rvf lenskit/**/*.{c,so,dll}
rm -rf build dist *.egg-info */dist */build

# build the modules and wheels
build:
Expand Down

0 comments on commit e80cba8

Please sign in to comment.