all: ttt.c
	gcc -funroll-all-loops -O3 -o ttt ttt-board.c ttt-unix.c ttt-term.c ttt.c

clean:
	rm *~
	rm *.o