mirror of
https://github.com/logos-storage/zk-benchmarks.git
synced 2026-01-05 23:33:07 +00:00
6 lines
66 B
Bash
Executable File
6 lines
66 B
Bash
Executable File
#!/bin/bash
|
|
|
|
mkdir -p build
|
|
|
|
gcc -O3 fakedata.c -o build/fakedata
|