diff options
author | Marco Peereboom <marco@conformal.com> | 2010-08-12 03:13:59 +0000 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2010-08-12 03:13:59 +0000 |
commit | 71f6dcdd0c5bfbdb7c37070be9aa70844c05295b (patch) | |
tree | 609f3b6a7b02a8ddb1bcff0d1f3b0153637f8961 /Makefile | |
parent | 399d392103e4450b043b1ede96b46687ef5a485d (diff) | |
download | xombrero-71f6dcdd0c5bfbdb7c37070be9aa70844c05295b.tar.gz |
Add f to follow links.
javascript code from vimprobable this breaks the build when using obj and todd needs to help unfucking that
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 9f589db..4ff3cc7 100644 --- a/Makefile +++ b/Makefile @@ -20,4 +20,16 @@ LDFLAGS+= $(GTK_LDFLAGS) -pthread MANDIR= ${PREFIX}/man/cat +CLEANFILES += javascript.h + +javascript.h: hinting.js input-focus.js + perl js-merge-helper.pl + + +#tables.h: ${.CURDIR}/../tables ${.CURDIR}/../parsedb.pl +# perl ${.CURDIR}/../parsedb.pl < ${.CURDIR}/../tables + + +${PROG} ${OBJS} beforedepend: javascript.h + .include <bsd.prog.mk> |