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 7ceeeb5 commit 91d6499Copy full SHA for 91d6499
justfile
@@ -37,7 +37,7 @@ submodule-to-master:
37
&& git pull origin master
38
39
[group("Build")]
40
-[doc("Build the library for given ARCH.")]
+[doc("Build the library for given ARCH. Will use the committed version of the submodule.")]
41
build ARCH="macos-aarch64":
42
bash ./scripts/build-{{ARCH}}.sh
43
@@ -56,6 +56,8 @@ clean:
56
rm -rf ./bdk-ffi/bdk-ffi/target/
57
rm -rf ./build/
58
rm -rf ./lib/build/
59
+ rm -rf ./examples/build/
60
+ rm -rf ./examples/data/
61
62
[group("Test")]
63
[doc("Run all tests, unless a specific test is provided.")]
0 commit comments