Skip to content

Commit

Permalink
fixes makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
brweisz committed Nov 5, 2024
1 parent 77eef50 commit d47b388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ nargo_execute:
cd noir_example && ../noir/target/release/nargo execute witness --print-acir

prove:
cd plonky2-backend && ./target/release/plonky2-backend prove -c ../noir_example/target/noir_example.json -w ../noir_example/target/witness -o ../noir_example/proof
cd plonky2-backend && ./target/release/plonky2-backend prove -b ../noir_example/target/noir_example.json -w ../noir_example/target/witness -o ../noir_example/proof

write_vk:
cd plonky2-backend && ./target/release/plonky2-backend write_vk -b ../noir_example/target/noir_example.json -o ../noir_example/target/vk
Expand Down

0 comments on commit d47b388

Please sign in to comment.