mirror of
https://github.com/logos-storage/outsourcing-Reed-Solomon.git
synced 2026-01-10 01:23:10 +00:00
5 lines
59 B
Bash
5 lines
59 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
gcc -c -O2 goldilocks.c
|
||
|
|
gcc -c -O2 monolith.c
|