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 9708590 commit 58e4046Copy full SHA for 58e4046
coordinator/internal/logic/libzkp/Makefile
@@ -3,7 +3,7 @@
3
build:
4
@cargo build --release -p libzkp-c
5
@mkdir -p lib
6
- @cp -f ../../target/release/libzkp.so lib/
+ @cp -f ../../../../target/release/libzkp.so lib/
7
8
fmt:
9
@cargo fmt --all -- --check
0 commit comments