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