Skip to content

Commit 4836a3f

Browse files
build: fix swift justfile clean recipe
1 parent cd15c88 commit 4836a3f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

bdk-swift/justfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,13 @@ build:
1414
bash ./build-xcframework.sh
1515

1616
[group("Build")]
17-
[doc("Remove all caches and previous builds to start from scratch.")]
17+
[doc("Remove all caches and previous build artifacts to start from scratch.")]
1818
clean:
1919
rm -rf ../bdk-ffi/target/
20+
rm -rf ./.build/
21+
rm -rf ./.swiftpm/
22+
rm -rf ./bdkffi.xcframework/
23+
rm -rf ./Sources/
2024

2125
[group("Test")]
2226
[doc("Run all tests, unless a filter is provided.")]

0 commit comments

Comments
 (0)