timezone.exe: timezone.cpp Makefile
	g++ -g -O0 -mno-cygwin -I../../lib/win32 -o timezone.exe timezone.cpp 

clean:
	rm timezone.exe
