@@ -2,4 +2,4 @@
set -xe
-clang -I./thirdparty/ -o img2term img2term.c -lm
+cc -I./thirdparty/ -o img2term img2term.c -lm