about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fa0b6ddc..7752c406 100644
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,7 @@ $(OUTDIR_LIBEXEC)/md2html: adapter/format/md2html.nim
 		-o:"$(OUTDIR_LIBEXEC)/md2html" adapter/format/md2html.nim
 
 $(OUTDIR_LIBEXEC)/ansi2html: adapter/format/ansi2html.nim src/io/posixstream.nim \
-		src/types/color.nim src/utils/twtstr.nim
+		src/io/dynstream.nim src/types/color.nim src/utils/twtstr.nim
 	@mkdir -p "$(OUTDIR_LIBEXEC)"
 	$(NIMC) $(FLAGS) --nimcache:"$(OBJDIR)/$(TARGET)/ansi2html" \
 		-o:"$(OUTDIR_LIBEXEC)/ansi2html" adapter/format/ansi2html.nim