]> jfr.im git - irc/quakenet/newserv.git/blob - helpmod2/Makefile.in
Fix all current printf style warnings, including a bug in Q's op/voice commands.
[irc/quakenet/newserv.git] / helpmod2 / Makefile.in
1 @include@ @includel@../build.mk@includel@
2
3 .PHONY: all
4
5 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
6
7 all: helpmod2.so
8
9 helpmod2.so: $(TARGETS)
10
11 clean:
12 rm -f *~ *.o *.so
13