add a Makefile
[rust-101.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..cb4172e
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+all: docs
+.PHONY: docs
+
+docs:
+       docco src/*.rs -l linear