]> jfr.im git - irc/quakenet/newserv.git/blame - ticketauth/Makefile
Add a configure script and simplify the build process.
[irc/quakenet/newserv.git] / ticketauth / Makefile
CommitLineData
c2234094
CP
1
2.PHONY: all
3all: ticketauth.so
4
5ticketauth.so: ticketauth.o
6 ld -shared -Bdynamic -o $@ $^