diff options
author | Marco Peereboom <marco@conformal.com> | 2011-03-02 12:20:06 +0000 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2011-03-02 12:20:06 +0000 |
commit | f4171a46d94742c29dff5366d5ddff5705c4980c (patch) | |
tree | fcd8691fae1e4264714553c9e06021add81c4051 /linux/Makefile | |
parent | 4ed816d9346eed6b22ed504da97d7fb29889f4e7 (diff) | |
download | xombrero-f4171a46d94742c29dff5366d5ddff5705c4980c.tar.gz |
remove some dead javascript helpers
from Todd Carson <toc@daybefore.net>
Diffstat (limited to 'linux/Makefile')
-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 |