CC = gcc gcalendar: gcalendar.c $(CC) `gtk-config --cflags` `gtk-config --libs` gcalendar.c -o gcalendar clean: rm -f gcalendar