X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile;h=145520bb13d0254317394e5590480d39e50c1e20;hp=65d0d8fc97f475ca9a5998a1ad509ce92cf528f8;hb=97a1ba3d6fac93e680e3d95cef930dea4fdd0822;hpb=8730b2e1bceff82fe9e8784ce1a671a9c12ef211 diff --git a/Makefile b/Makefile index 65d0d8fc..145520bb 100644 --- a/Makefile +++ b/Makefile @@ -73,6 +73,18 @@ summary-check-tal/%: tools/ccanlint/ccanlint $(OBJFILES) summary-fastcheck-tal/%: tools/ccanlint/ccanlint $(OBJFILES) $(CCANLINT_FAST) -s ccan/tal/$* +summary-check-str/%: tools/ccanlint/ccanlint $(OBJFILES) + $(CCANLINT) -s ccan/str/$* + +summary-fastcheck-str/%: tools/ccanlint/ccanlint $(OBJFILES) + $(CCANLINT_FAST) -s ccan/str/$* + +summary-check-crypto/%: tools/ccanlint/ccanlint $(OBJFILES) + $(CCANLINT) -s ccan/crypto/$* + +summary-fastcheck-crypto/%: tools/ccanlint/ccanlint $(OBJFILES) + $(CCANLINT_FAST) -s ccan/crypto/$* + ccan/%/info: ccan/%/_info $(CC) $(CCAN_CFLAGS) -o $@ -x c $<