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 812c40c commit 0fefbfeCopy full SHA for 0fefbfe
justfile
@@ -28,6 +28,14 @@ submodule-init:
28
submodule-reset:
29
git submodule update --force
30
31
+[group("Submodule")]
32
+[doc("Checkout the bdk-ffi submodule to the latest commit on master.")]
33
+submodule-to-master:
34
+ cd ./bdk-ffi/
35
+ git fetch origin
36
+ git checkout master
37
+ git pull origin master
38
+
39
[group("Build")]
40
[doc("Build the library for given ARCH.")]
41
build ARCH="macos-aarch64":
0 commit comments