X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile;h=b885875a4d6b3fcfa73c1c0b839c0f0db9ceee05;hp=1e08982704956b7ba0465c4dd6062f7071534048;hb=f103f73ff040a8700a2bbd47948277e7c484baa2;hpb=d379e0ae835bdd047a5d277f7ded41f180134e27;ds=sidebyside diff --git a/Makefile b/Makefile index 1e089827..b885875a 100644 --- a/Makefile +++ b/Makefile @@ -59,6 +59,9 @@ summary-fastcheck-%: tools/ccanlint/ccanlint $(OBJFILES) 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 $<