Skip to content

Commit

Permalink
remove corset flags from commands (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreBelling authored Sep 13, 2024
1 parent 3a0572a commit 8f0b508
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions prover/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ bin/controller:
##
## Prover (setup and prove)
##
bin/prover: zkevm/arithmetization/zkevm.bin
bin/prover:
mkdir -p bin
rm -f $@
$(CORSET_FLAGS) go build -o $@ ./cmd/prover
go build -o $@ ./cmd/prover

##
## Compiles the state-manager inspector
Expand All @@ -105,7 +105,7 @@ bin/compression-aggregation-sample:
bin/checker: zkevm/arithmetization/zkevm.bin
mkdir -p bin
rm -f $@
$(CORSET_FLAGS) go build -o $@ ./cmd/dev-tools/corset-checker
go build -o $@ ./cmd/dev-tools/corset-checker

##
## Build the prover docker image
Expand Down

0 comments on commit 8f0b508

Please sign in to comment.