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