]> jfr.im git - irc/quakenet/newserv.git/blame - qabot/Makefile
Readded reuse numeric fix, forgot to copy it over from the various independent branch...
[irc/quakenet/newserv.git] / qabot / Makefile
CommitLineData
c86edd1d
Q
1
2.PHONY: all
3all: qabot.so
4
5qabot.so: qabot.o qabot_bot.o qabot_chancommands.o qabot_commands.o qabot_dbase.o qabot_help.o qabot_texts.o
6 ld -shared -Bdynamic -o $@ $^