]> jfr.im git - irc/quakenet/newserv.git/blob - authext/Makefile
Separated the authext functionality from the nick module.
[irc/quakenet/newserv.git] / authext / Makefile
1
2 .PHONY: all
3 all: authext.so
4
5 authext.so: authext.o
6 ld -shared -Bdynamic -o $@ $^