Common inputs

This commit is contained in:
Piotr Mikołajczyk
2024-10-02 11:07:24 +02:00
parent aeb9919e01
commit 82b20639be
3 changed files with 48 additions and 11 deletions

View File

@@ -11,3 +11,7 @@ prepare-circuit: clear-circuit-artifacts # Build the circuit artifacts
.PHONY: clear-circuit-artifacts
clear-circuit-artifacts: # Clear the circuit artifacts
@rm -rf circuit/grayscale_step_js circuit/grayscale_step.r1cs
.PHONY: run
run: # Run the experiment
@cargo run --release