X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/605add03bc0fe32a35fcb41d9019bdc9b306bdae..41c94f98f6cf8b5a05a8c3eb8d13bb73fc4fda3f:/Makefile?ds=inline diff --git a/Makefile b/Makefile index dc3ffb0..706b1db 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ all: docs rawsrc .PHONY: docs rawsrc docs: - @docco $(FILES) # -l linear + @./pycco-rs $(FILES) rawsrc: @mkdir -p rawsrc