all:
	g++ -O3 -Wall -o clockywock clockywock.cpp -lncurses -lpthread
