Add missing header to ircd_string.h; add debug logging to test scripts.
[ircu2.10.12-pk.git] / ircd / test / Makefile.in
index 44b4cda0914be5b1cff082115bb8a6825b26fd82..47850c5bffa6ed4d1df4b1b538bf1d3ce587548d 100644 (file)
@@ -60,7 +60,7 @@ distclean: clean
        rm -f Makefile
 
 clean:
-       rm -f core *.o ${TESTPROGS}
+       rm -f core *.o *.log ${TESTPROGS}
 
 # DO NOT DELETE THIS LINE (or the blank line after it) -- make depend depends on them.