diff options
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> |