]> git.ozlabs.org Git - ccan/blobdiff - Makefile
Removed ccan_tools versions of talloc and libtap in favor of ccan ones.
[ccan] / Makefile
index 2e12ce83cbe4cc10897d29f8f88cedaec9f29cca..76b79e3309fba524767f6f646e24089a559bd090 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,8 @@ test-%: ccan_tools/run_tests
        @echo Testing $*...
        @if ccan_tools/run_tests $(V) $* | grep ^'not ok'; then exit 1; else exit 0; fi
 
+ccanlint: ccan_tools/ccanlint/ccanlint
+
 clean: ccan_tools-clean
        rm -f `find . -name '*.o'`