From e80cba89959302b08d13e352098911f2bbb90ceb Mon Sep 17 00:00:00 2001 From: Michael Ekstrand Date: Thu, 18 Jul 2024 07:58:58 -0400 Subject: [PATCH] clean up clean [skip ci] --- justfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/justfile b/justfile index 431e73553..69f991522 100644 --- a/justfile +++ b/justfile @@ -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: