Add Makefile
authorBehdad Esfahbod <behdad@behdad.org>
Sat, 23 Dec 2006 22:49:25 +0000 (17:49 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Sat, 23 Dec 2006 22:49:25 +0000 (17:49 -0500)
src/Makefile [new file with mode: 0644]

diff --git a/src/Makefile b/src/Makefile
new file mode 100644 (file)
index 0000000..431ade7
--- /dev/null
@@ -0,0 +1,3 @@
+all: hb-types-private
+
+CXXFLAGS = -Wall -Wextra  `pkg-config --cflags glib-2.0`