]> jfr.im git - irc/quakenet/newserv.git/blob - chanserv/database/Makefile
Merge.
[irc/quakenet/newserv.git] / chanserv / database / Makefile
1
2 .PHONY: all
3 all: chanservdb.so
4
5 chanservdb.so: chanservdb.o chanservdb_alloc.o chanservdb_hash.o chanservdb_messages.o
6 ld -shared -Bdynamic ${LIBPGSQL} -o $@ $^
7