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