Skip to content

Commit 824ab1a

Browse files
committed
fix
1 parent 1645a22 commit 824ab1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dev_docker: ## build docker images for development/testing usages
3232
docker build -t scroll_l2geth ./common/docker/l2geth/
3333

3434
test_zkp: ## Test zkp prove and verify, roller/prover generates the proof and coordinator/verifier verifies it
35-
mkdir test_params
35+
mkdir -p test_params
3636
wget https://circuit-release.s3.us-west-2.amazonaws.com/circuit-release/${ZKP_VERSION}/test_params/params18 -O ./test_params/params18
3737
wget https://circuit-release.s3.us-west-2.amazonaws.com/circuit-release/${ZKP_VERSION}/test_params/params25 -O ./test_params/params25
3838
wget https://circuit-release.s3.us-west-2.amazonaws.com/circuit-release/${ZKP_VERSION}/test_seed -O test_seed

0 commit comments

Comments
 (0)