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