]> Pileus Git - ~andy/gtk/blobdiff - examples/arrow/Makefile
- Complete documentation of Label widget API - New sections for the
[~andy/gtk] / examples / arrow / Makefile
diff --git a/examples/arrow/Makefile b/examples/arrow/Makefile
new file mode 100644 (file)
index 0000000..1430c18
--- /dev/null
@@ -0,0 +1,8 @@
+
+CC = gcc
+
+arrow: arrow.c 
+       $(CC) `gtk-config --cflags`  arrow.c -o arrow `gtk-config --libs`
+
+clean: 
+       rm -f *.o arrow