summaryrefslogtreecommitdiff
path: root/miniany/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2024-01-14 19:46:20 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2024-01-14 19:46:20 +0100
commit41568587eaee36488b70e6e76b2f9ea68890471e (patch)
tree87bf362dd5bad006d96983f6848bb3c878b59a2e /miniany/Makefile
parent7bde6411b1b82cafd997df8ac222e82280a6e786 (diff)
downloadcompilertests-41568587eaee36488b70e6e76b2f9ea68890471e.tar.gz
compilertests-41568587eaee36488b70e6e76b2f9ea68890471e.tar.bz2
updated todos and documentation
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