about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5be51bc..2cb3b30 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,8 @@ CLEANFILES += ${.CURDIR}/javascript.h xxxterm.cat1 xxxterm.core
 
 ${.CURDIR}/javascript.h: hinting.js input-focus.js
 	perl ${.CURDIR}/js-merge-helper.pl ${.CURDIR}/hinting.js \
-	    ${.CURDIR}/input-focus.js >  ${.CURDIR}/javascript.h
+	    ${.CURDIR}/input-focus.js ${.CURDIR}/autoscroll.js \
+	    > ${.CURDIR}/javascript.h
 
 beforeinstall:
 	install -m 755 -d ${PREFIX}/share/xxxterm