]> jfr.im git - irc/quakenet/newserv.git/blob - chanserv/usercmds/Makefile
CHANSERV: try and clean submodules more effectively
[irc/quakenet/newserv.git] / chanserv / usercmds / Makefile
1 INCPATH=../../
2 include ../../build.mk
3 include ../build.mk
4
5 .PHONY: all clean
6 all: .autobuild.mk chanserv_usercmds.so
7
8 .autobuild.mk: *.c
9 ../mkcommandlist.pl chanserv_usercmds.so
10
11 sinclude .autobuild.mk
12
13 clean:
14 rm -f commandlist.c *.o *.so .autobuild.mk
15