Add Makefile

This commit is contained in:
Behdad Esfahbod 2006-12-23 17:49:25 -05:00
parent b6e62bc5db
commit 8596944b74
1 changed files with 3 additions and 0 deletions

3
src/Makefile Normal file
View File

@ -0,0 +1,3 @@
all: hb-types-private
CXXFLAGS = -Wall -Wextra `pkg-config --cflags glib-2.0`