]> jfr.im git - irc/quakenet/newserv.git/blame - authext/Makefile
Merge
[irc/quakenet/newserv.git] / authext / Makefile
CommitLineData
57583275 1
2.PHONY: all
3all: authext.so
4
5authext.so: authext.o
6 ld -shared -Bdynamic -o $@ $^