
CC = gcc
CFLAGS = -g -O2 `glib-config --cflags`
hanja-hwp2ami: hanja-hwp2ami.o
	$(CC) -o hanja-hwp2ami hanja-hwp2ami.o `glib-config --libs`
