Skip to content

Commit 91d6499

Browse files
build: clean up justfile
1 parent 7ceeeb5 commit 91d6499

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

justfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ submodule-to-master:
3737
&& git pull origin master
3838

3939
[group("Build")]
40-
[doc("Build the library for given ARCH.")]
40+
[doc("Build the library for given ARCH. Will use the committed version of the submodule.")]
4141
build ARCH="macos-aarch64":
4242
bash ./scripts/build-{{ARCH}}.sh
4343

@@ -56,6 +56,8 @@ clean:
5656
rm -rf ./bdk-ffi/bdk-ffi/target/
5757
rm -rf ./build/
5858
rm -rf ./lib/build/
59+
rm -rf ./examples/build/
60+
rm -rf ./examples/data/
5961

6062
[group("Test")]
6163
[doc("Run all tests, unless a specific test is provided.")]

0 commit comments

Comments
 (0)