mirror of
https://github.com/arnaucube/sonobe-playground.git
synced 2026-01-14 01:51:29 +01:00
Common inputs
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||
Reference in New Issue
Block a user