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