summaryrefslogtreecommitdiff
path: root/examples/calendar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/calendar/Makefile')
-rw-r--r--examples/calendar/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/calendar/Makefile b/examples/calendar/Makefile
new file mode 100644
index 0000000000..eb3a3306b4
--- /dev/null
+++ b/examples/calendar/Makefile
@@ -0,0 +1,8 @@
+
+CC = gcc
+
+gcalendar: gcalendar.c
+ $(CC) `gtk-config --cflags` `gtk-config --libs` gcalendar.c -o gcalendar
+
+clean:
+ rm -f gcalendar