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