]> jfr.im git - irc/quakenet/newserv.git/blob - testmod/Makefile
Initial Import
[irc/quakenet/newserv.git] / testmod / Makefile
1
2 .PHONY: all
3 all: testmod.so
4
5 testmod.so: testmod.o
6 ld -shared -Bdynamic -o $@ $^