default : scanterm CFLAGS= -O2 -Wall scanterm : scanterm.o gcc -o scanterm scanterm.o -O2 -s