diff options
Diffstat (limited to 'linux')
-rw-r--r-- | linux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/Makefile b/linux/Makefile index 36193b8..d243713 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -15,8 +15,8 @@ CC?= gcc all: javascript.h xxxterm javascript.h: ../js-merge-helper.pl ../hinting.js - perl ../js-merge-helper.pl ../hinting.js ../input-focus.js \ - ../inverse.js > javascript.h + perl ../js-merge-helper.pl ../hinting.js ../input-focus.js > \ + javascript.h xxxterm.o: javascript.h |