diff options
Diffstat (limited to 'linux/Makefile')
-rw-r--r-- | linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Makefile b/linux/Makefile index d258507..986f95c 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -18,7 +18,7 @@ CC?= gcc all: javascript.h xxxterm -javascript.h: ../js-merge-helper.pl ../hinting.js +javascript.h: ../js-merge-helper.pl ../hinting.js ../autoscroll.js perl ../js-merge-helper.pl ../hinting.js ../input-focus.js \ ../autoscroll.js > javascript.h |