X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile;h=5c7760d80ca8e082ab10a2fb837e8f16bee64d6e;hp=9c70f2ba823fddd99ca1864bbdd2346a41fb427c;hb=b5f5d105d159f8b46edc043dba02b52e54de0fc9;hpb=2b7f1fca3e33d017dd86b2de12547f9720fb5c3d diff --git a/Makefile b/Makefile index 9c70f2ba..5c7760d8 100644 --- 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/$*