build.sh (87B)
1 CFLAGS='-Wall -pedantic -g' 2 LFLAGS='-lm' 3 4 set -xe 5 cc $CFLAGS -o ag ascii_gen.c $LFLAGS