X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/87eef0eb20858188744e529fb0c5f1282577b8e4..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