build.sh (89B)
1 #!/bin/sh 2 3 set -ex 4 5 cc -o minimax minimax.c -Wall -Wextra -Wpedantic -g -O0 -std=c11 -lm