all:
	moc sleeper.h -omoc_sleeper.cpp
	gcc `pkg-config --cflags --libs QtGui` -o sleeper main.cpp sleeper.cpp

clean:
	-rm moc_sleeper.cpp sleeper
