We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd15c88 commit 4836a3fCopy full SHA for 4836a3f
bdk-swift/justfile
@@ -14,9 +14,13 @@ build:
14
bash ./build-xcframework.sh
15
16
[group("Build")]
17
-[doc("Remove all caches and previous builds to start from scratch.")]
+[doc("Remove all caches and previous build artifacts to start from scratch.")]
18
clean:
19
rm -rf ../bdk-ffi/target/
20
+ rm -rf ./.build/
21
+ rm -rf ./.swiftpm/
22
+ rm -rf ./bdkffi.xcframework/
23
+ rm -rf ./Sources/
24
25
[group("Test")]
26
[doc("Run all tests, unless a filter is provided.")]
0 commit comments