- Commit
- 5d62d4af084d481eca37f66d99586a9712d56b7d
- Parent
- 471d331ba58271bdbf067c99a5f1504361af7ff6
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Makefile: rebuild README.html if template changes.
My personal build of CMark ✏️
Makefile: rebuild README.html if template changes.
1 file changed, 1 insertion, 1 deletion
Status | File Name | N° Changes | Insertions | Deletions |
Modified | Makefile | 2 | 1 | 1 |
diff --git a/Makefile b/Makefile @@ -8,7 +8,7 @@ PROG=./stmd .PHONY: all oldtests test spec benchjs testjs all: $(SRCDIR)/case_fold_switch.c $(PROG) -README.html: README.md +README.html: README.md template.html pandoc --template template.html -S -s -t html5 -o $@ $< spec: test spec.html