Perl script (hokey as heck) to minimize the number of includes
[freeradius.git] / Makefile
index ff99dcc..3917d69 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -103,5 +103,9 @@ config.status: configure
 
 configure.in:
 
+.PHONY: check-includes
+check-includes:
+       scripts/min-includes.pl `find . -name "*.c" -print`
+
 TAGS:
        etags `find src -type f -name '*.[ch]' -print`