build.sh 66 B

12345
  1. #!/bin/sh
  2. set -xe
  3. cc -I./thirdparty/ -o img2term img2term.c -lm