]> git.ozlabs.org Git - ccan/blobdiff - Makefile
iscsi, ttxml: fix warning [-Wunused-but-set-variable]
[ccan] / Makefile
index 9c70f2ba823fddd99ca1864bbdd2346a41fb427c..5c7760d80ca8e082ab10a2fb837e8f16bee64d6e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -56,9 +56,15 @@ summary-fastcheck-%: tools/ccanlint/ccanlint $(OBJFILES)
        tools/ccanlint/ccanlint -x tests_pass_valgrind -x tests_compile_coverage -s ccan/$*
 
 # FIXME: Horrible hacks because % doesn't match /
+summary-check-antithread/%: tools/ccanlint/ccanlint $(OBJFILES)
+       tools/ccanlint/ccanlint -s ccan/antithread/$*
+
 summary-fastcheck-antithread/%: tools/ccanlint/ccanlint $(OBJFILES)
        tools/ccanlint/ccanlint -x tests_pass_valgrind -x tests_compile_coverage -s ccan/antithread/$*
 
+summary-check-tal/%: tools/ccanlint/ccanlint $(OBJFILES)
+       tools/ccanlint/ccanlint -s ccan/tal/$*
+
 summary-fastcheck-tal/%: tools/ccanlint/ccanlint $(OBJFILES)
        tools/ccanlint/ccanlint -x tests_pass_valgrind -x tests_compile_coverage -s ccan/tal/$*