]> jfr.im git - irc/quakenet/newserv.git/blame - sqlite/Makefile.in
Attempt to fix some of the mess on N, T now uses the node user count for *@glines
[irc/quakenet/newserv.git] / sqlite / Makefile.in
CommitLineData
ee8cd7d0
CP
1@include@ @includel@../build.mk@includel@
2
3CFLAGS+=$(INCSQLITE3)
4LDFLAGS+=$(LIBSQLITE3)
5
6.PHONY: all
7all: sqlite.so
8
9sqlite.so: sqlite.o
10