X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/d7b96e63505812685191c3dad091453284892943..7858ea50a3c07211952b5d26c855d59a00d6dd92:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..cb4172e --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +all: docs +.PHONY: docs + +docs: + docco src/*.rs -l linear