
libutf8_plug.so: *.c
	gcc -I. -fPIC -DPIC -DLIBUTF8_PLUG *.c -ldl -shared -o $@ \
	-Wall -Wstrict-prototypes
