Skip to content

Commit 1d094ae

Browse files
committed
Rename Mina build cmds
1 parent 38fd547 commit 1d094ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -664,11 +664,11 @@ generate_halo2_ipa_proof:
664664
echo "Generated halo2 plonk proof!"
665665

666666
__MINA_FFI__: ##
667-
build_kimchi_macos:
667+
build_mina_macos:
668668
@cd operator/kimchi/lib && cargo build --release
669669
@cp operator/kimchi/lib/target/release/libkimchi_verifier_ffi.dylib operator/kimchi/lib/libkimchi_verifier.dylib
670670

671-
build_kimchi_linux:
671+
build_mina_linux:
672672
@cd operator/kimchi/lib && cargo build --release
673673
@cp operator/kimchi/lib/target/release/libkimchi_verifier_ffi.so operator/kimchi/lib/libkimchi_verifier.so
674674

0 commit comments

Comments
 (0)