build.sh (81B)
1 #!/bin/sh 2 set -x 3 4 clang -O3 -Wall -march=native mc.c -o mc -lm -lpthread -static