build: add clean task to all libraries

This commit is contained in:
thunderbiscuit
2024-04-19 10:45:28 -04:00
parent fa17a862ce
commit 2f7652b979
4 changed files with 21 additions and 0 deletions

View File

@@ -3,3 +3,9 @@ test:
maclocalbuild:
bash ./scripts/generate-macos-arm64.sh && python3 setup.py bdist_wheel --verbose
clean:
rm -rf ../bdk-ffi/target/
rm -rf ./bdkpython.egg-info/
rm -rf ./build/
rm -rf ./dist/