summaryrefslogtreecommitdiff
path: root/miniany/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'miniany/Makefile')
-rw-r--r--miniany/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/miniany/Makefile b/miniany/Makefile
new file mode 100644
index 0000000..24c535e
--- /dev/null
+++ b/miniany/Makefile
@@ -0,0 +1,10 @@
+.PHONY: doc
+
+doc: README.html
+
+README.html: cc.md
+ md2html --fpermissive-url-autolinks < cc.md > README.html
+
+cc.md: cc.wg
+ wordgrinder -c cc.wg cc.md
+ \ No newline at end of file