summaryrefslogtreecommitdiff
path: root/miniany/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-09-30 17:03:17 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-09-30 17:03:17 +0200
commitb0c6943121f186c79d2152694d209f82904ff1e1 (patch)
tree1fb2d1c528f5e7189e04ab1410f264a8121c01e6 /miniany/Makefile
parent9071723d55055307f0e92ae0f9d3194079aa086e (diff)
downloadcompilertests-b0c6943121f186c79d2152694d209f82904ff1e1.tar.gz
compilertests-b0c6943121f186c79d2152694d209f82904ff1e1.tar.bz2
cc: rearanged for a pseudo-main
Diffstat (limited to 'miniany/Makefile')
-rw-r--r--miniany/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/miniany/Makefile b/miniany/Makefile
index 7ebaf6c..38d36e8 100644
--- a/miniany/Makefile
+++ b/miniany/Makefile
@@ -11,4 +11,7 @@ README.html: cc.md
cc.md: cc.wg
wordgrinder -c cc.wg cc.md
sed -i 's/`/\n```\n/g' cc.md
+ sed -i 's/\\</</g' cc.md
+ sed -i 's/\\>/>/g' cc.md
+
\ No newline at end of file