]> jfr.im git - irc/quakenet/newserv.git/blame - lua/Makefile
This code never worked\!
[irc/quakenet/newserv.git] / lua / Makefile
CommitLineData
2da56f0d
CP
1
2.PHONY: all
ea15be33 3all: lua.so nterfacer_lua.so
2da56f0d 4
f9f8ee13 5lua.so: lua.o luacommands.o luacontrol.o luabot.o lualocal.o luadebug.o
2da56f0d 6 ld -shared -Bdynamic -o $@ $^ ${LIBLUA} ${ADDLIB}
ea15be33
CP
7
8nterfacer_lua.so: nterfacer_lua.o
9 ld -shared -Bdynamic -o $@ $^
10