# makefile pro preklad projektu
tzd: tzd.c
	gcc -o tzd tzd.c
