]> jfr.im git - irc/quakenet/newserv.git/blob - lameisp/Makefile
Add a configure script and simplify the build process.
[irc/quakenet/newserv.git] / lameisp / Makefile
1 CFLAGS+=$(INCMYSQL)
2
3 .PHONY: all
4 all: lameisp.so
5
6 lameisp.so: lameisp.o
7 ld -shared -Bdynamic ${LIBMYSQL} -o $@ $^