summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dada480..39fe7cb 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,11 @@ rst: validate
printf '<div class="paragraph datelastedit"><p>Last edited: %s</p></div>\n' \
"$(shell date '+%F %T %Z')" >> "$(DEST)"
+md: validate
+ cmark --to html "$(SRC)" > "$(DEST)"
+ printf '<div class="paragraph datelastedit"><p>Last edited: %s</p></div>\n' \
+ "$(shell date '+%F %T %Z')" >> "$(DEST)"
+
src:
if [ ! -d obj ]; then mkdir obj; fi
cc $(CCOPTS) src/common.c -c -o obj/common.o

Generated by cgit