X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile;h=b885875a4d6b3fcfa73c1c0b839c0f0db9ceee05;hp=b35531567d5751320f52e017466c7c301656353d;hb=892f59bdc1830443f87ad3aaeddaab2eeefb5937;hpb=a64257be339a8485f66ca9bafd6be7077aa873cd diff --git a/Makefile b/Makefile index b3553156..b885875a 100644 --- a/Makefile +++ b/Makefile @@ -55,6 +55,13 @@ summary-check-%: tools/ccanlint/ccanlint $(OBJFILES) 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-fastcheck-antithread/%: tools/ccanlint/ccanlint $(OBJFILES) + tools/ccanlint/ccanlint -x tests_pass_valgrind -x tests_compile_coverage -s ccan/antithread/$* + +summary-fastcheck-tal/%: tools/ccanlint/ccanlint $(OBJFILES) + tools/ccanlint/ccanlint -x tests_pass_valgrind -x tests_compile_coverage -s ccan/tal/$* + ccan/%/info: ccan/%/_info $(CC) $(CCAN_CFLAGS) -o $@ -x c $<