about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-09-07 19:05:03 +0200
committerbptato <nincsnevem662@gmail.com>2024-09-07 19:08:45 +0200
commite88886243f2282e913d44006916397e076a76425 (patch)
tree374c5b75287550bd149c36121ec3cc464ed1f709 /Makefile
parent5af213daa57549f190ae1c511ddcc8d37464139a (diff)
downloadchawan-e88886243f2282e913d44006916397e076a76425.tar.gz
md2html: code, pre, inline fixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9c4753fb..42c85932 100644
--- a/Makefile
+++ b/Makefile
@@ -118,6 +118,7 @@ $(OUTDIR_CGI_BIN)/canvas: src/img/bitmap.nim src/img/painter.nim \
 $(OUTDIR_LIBEXEC)/urlenc: $(twtstr)
 $(OUTDIR_LIBEXEC)/gopher2html: adapter/gophertypes.nim $(twtstr)
 $(OUTDIR_LIBEXEC)/ansi2html: src/types/color.nim $(twtstr)
+$(OUTDIR_LIBEXEC)/md2html: $(twtstr)
 
 $(OUTDIR_CGI_BIN)/%: adapter/protocol/%.nim
 	@mkdir -p "$(OUTDIR_CGI_BIN)"