]> jfr.im git - irc/quakenet/newserv.git/blobdiff - trusts/Makefile
CHANSERV: better batcher error handling for expired accounts/accounts with no email.
[irc/quakenet/newserv.git] / trusts / Makefile
index 1e504fcc7ff1cb1b1fc0c8d97e5621331fcd504b..eb7d9014234472d89f4a64e2222287110d362967 100644 (file)
@@ -31,7 +31,8 @@ $(TRUSTSDIRS):
        cd $@ && $(MAKE) $(MFLAGS) all
 
 clean:
-       rm -f */*.o */*.d */*.so *.o *.d *.so
+       rm -f */*.o */*.so *.o *.so
+       rm -rf */.deps .deps
 
 distclean: