Skip to content

Commit

Permalink
fix: succinct entrypoint - output being swallowed up by make
Browse files Browse the repository at this point in the history
  • Loading branch information
dndll committed Feb 22, 2024
1 parent abcb01b commit caeb88c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions succinct.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"framework": "plonky2x",
"baseDir": ".",
"buildCommand": "make build-sync-circuit",
"proveCommand": "make prove-sync-circuit",
"proveCommand": "RUST_LOG=debug ./build/sync prove input.json",
"requiredArtifacts": [
"sync"
]
Expand All @@ -15,7 +15,7 @@
"framework": "plonky2x",
"baseDir": ".",
"buildCommand": "make build-verify-circuit",
"proveCommand": "make prove-verify-circuit",
"proveCommand": "RUST_LOG=debug ./build/verify prove input.json",
"requiredArtifacts": [
"verify"
]
Expand Down
2 changes: 1 addition & 1 deletion vendor/succinctx

0 comments on commit caeb88c

Please sign in to comment.