X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/blobdiff_plain/1c4d84bb8d154a2e0975ac43986f40595a8e666f..056e1ea46d3a0707ca0bb46af4abd429e55c4196:/chanserv/Makefile diff --git a/chanserv/Makefile b/chanserv/Makefile index bd9ee061..86d871bf 100644 --- a/chanserv/Makefile +++ b/chanserv/Makefile @@ -2,6 +2,7 @@ include ../build.mk include build.mk CSDIRS=database chancmds usercmds authcmds authtracker newsearch +CLEANDIRS=chancmds usercmds authcmds .PHONY: all dirs $(CSDIRS) clean distclean all: chanserv.so chanserv_protect.so chanserv_grep.so chanserv_relay.so chanserv_flags.so chanserv_cleanupdb.so dirs @@ -15,6 +16,7 @@ $(CSDIRS): clean: rm -f */*.o */*.so *.o *.so rm -rf */.deps .deps + for i in $(CLEANDIRS) ; do $(MAKE) -C $$i $(MFLAGS) clean ; done distclean: rm -f */.autobuild.mk .autobuild.mk