diff options
author | Cody Wright <writecode@localhost.com> | 2011-10-02 13:52:12 +0200 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2011-10-03 12:56:33 -0500 |
commit | 91753121a62155ac50dce6994d841716791c6180 (patch) | |
tree | 40fe3d2e883083b1fa150ca3d1db3f9ba8c3770d | |
parent | 11639743c37b1a8d0818e6810365e6da3b4de2a2 (diff) | |
download | xombrero-91753121a62155ac50dce6994d841716791c6180.tar.gz |
Add xxxterm.core to CLEANFILES in Makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 4c8ffbd..290f5f2 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ LDFLAGS+= $(GTK_LDFLAGS) -pthread MANDIR= ${PREFIX}/man/man -CLEANFILES += ${.CURDIR}/javascript.h xxxterm.cat1 +CLEANFILES += ${.CURDIR}/javascript.h xxxterm.cat1 xxxterm.core ${.CURDIR}/javascript.h: hinting.js input-focus.js perl ${.CURDIR}/js-merge-helper.pl ${.CURDIR}/hinting.js \ |