]> jfr.im git - irc/quakenet/newserv.git/blame - pqsql/Makefile
r646@blue (orig r494): slug | 2006-05-15 23:35:33 +0100
[irc/quakenet/newserv.git] / pqsql / Makefile
CommitLineData
e43481af
CP
1
2.PHONY: all
3all: pqsql.so
4
5pqsql.so: pqsql.o
6 ld -shared -Bdynamic ${LIBPGSQL} -o $@ $^
7