diff options
author | David Hill <dhill@conformal.com> | 2011-05-01 00:29:15 +0000 |
---|---|---|
committer | David Hill <dhill@conformal.com> | 2011-05-01 00:29:15 +0000 |
commit | a03b4d834f9e1e2de28bc769ac847d957c6f437d (patch) | |
tree | 3b083e85772ffe0e80e6122fa17ddff2a992956d /Makefile | |
parent | 7fa1be921780a2a6dfeb5700fe85eebe3c80365d (diff) | |
download | xombrero-a03b4d834f9e1e2de28bc769ac847d957c6f437d.tar.gz |
Add xxxterm.cat1 to CLEANFILES
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 00f35eb..fa6bc0a 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ LDFLAGS+= $(GTK_LDFLAGS) -pthread MANDIR= ${PREFIX}/man/cat -CLEANFILES += ${.CURDIR}/javascript.h +CLEANFILES += ${.CURDIR}/javascript.h xxxterm.cat1 ${.CURDIR}/javascript.h: hinting.js input-focus.js perl ${.CURDIR}/js-merge-helper.pl ${.CURDIR}/hinting.js \ |