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 7a6d161a..b12f3b04 100644
--- a/Makefile
+++ b/Makefile
@@ -118,7 +118,7 @@ $(OUTDIR_CGI_BIN)/cha-finger: adapter/protocol/cha-finger
 	cp adapter/protocol/cha-finger $(OUTDIR_CGI_BIN)
 
 $(OUTDIR_CGI_BIN)/man: adapter/protocol/man.nim $(QJSOBJ)/libregexp.o \
-		$(QJSOBJ)/libunicode.o $(QJSOBJ)/cutils.o src/js/regex.nim \
+		$(QJSOBJ)/libunicode.o $(QJSOBJ)/cutils.o src/js/jsregex.nim \
 		src/bindings/libregexp.nim src/types/opt.nim src/utils/twtstr.nim
 	@mkdir -p "$(OUTDIR_CGI_BIN)"
 	$(NIMC) $(FLAGS) --nimcache:"$(OBJDIR)/$(TARGET)/man" \