about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCody Wright <writecode@localhost.com>2011-10-02 13:52:12 +0200
committerMarco Peereboom <marco@conformal.com>2011-10-03 12:56:33 -0500
commit91753121a62155ac50dce6994d841716791c6180 (patch)
tree40fe3d2e883083b1fa150ca3d1db3f9ba8c3770d
parent11639743c37b1a8d0818e6810365e6da3b4de2a2 (diff)
downloadxombrero-91753121a62155ac50dce6994d841716791c6180.tar.gz
Add xxxterm.core to CLEANFILES in Makefile
-rw-r--r--Makefile2
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 \