all:
	gcc -O2 -DPIC -fPIC -shared -o uuid.so uuid.c md5.c -I. -I`pg_config --includedir-server` -lpq
clean:
	rm -f uuid.so
