X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/blobdiff_plain/9af95c3da2d2d6b0bc992d4373939864ec3e18b5..80e32fcd996025093c28b304d91d376b72c1496e:/helpmod2/Makefile diff --git a/helpmod2/Makefile b/helpmod2/Makefile index e199f7eb..8e0744c8 100644 --- a/helpmod2/Makefile +++ b/helpmod2/Makefile @@ -1,16 +1,9 @@ +include ../build.mk .PHONY: all -CFLAGS=-g -std=c99 -pedantic -Wall -#-Wno-unused - -TARGETS=huser.o hhooks.o hconf.o hgen.o hchannel.o hban.o hchanban.o hlamer.o htopic.o hstat.o hqueue.o hterm.o hcensor.o haccount.o hdef.o hcommand.o hcommands.o helpmod.o helpmod_entries.o helpmod_alias.o hticket.o hed.o +TARGETS=huser.o hhooks.o hconf.o hgen.o hchannel.o hban.o hchanban.o hlamer.o htopic.o hstat.o hqueue.o hterm.o hcensor.o haccount.o hdef.o hcommand.o hcommands.o helpmod2.o helpmod_entries.o helpmod_alias.o hticket.o hed.o all: helpmod2.so helpmod2.so: $(TARGETS) - ld -shared -warn-common -Bdynamic -o helpmod2.so $(TARGETS) - -clean: - rm -f *~ *.o *.so -