summaryrefslogtreecommitdiff
path: root/miniany/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'miniany/Makefile')
-rw-r--r--miniany/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/miniany/Makefile b/miniany/Makefile
index 901397d..9faacc5 100644
--- a/miniany/Makefile
+++ b/miniany/Makefile
@@ -1,15 +1,17 @@
-.PHONY: doc clean
+.PHONY: all doc clean
+
+all: doc
doc: README.html README.txt
clean:
- rm cc.md README.html README.txt
+ -rm cc.md README.html README.txt
README.txt: README.html
lynx -dump README.html > README.txt
README.html: cc.md
- md2html --fpermissive-url-autolinks < cc.md > README.html
+ md2html -f --fpermissive-url-autolinks --html-title="CC - a self-hosting, bootstrappable, minimal C compiler" < cc.md > README.html
cc.md: cc.wg
wordgrinder -c cc.wg cc.md