
CC = gcc

gcalendar: gcalendar.c
	$(CC) `gtk-config --cflags` gcalendar.c -o gcalendar `gtk-config --libs`

clean: 
	rm -f gcalendar
