aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ad3e0ad..7e0a3b9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -8,6 +8,9 @@
# $Id$
#
# $Log$
+# Revision 1.17 2008/02/24 00:42:53 james
+# *** empty log message ***
+#
# Revision 1.16 2008/02/22 23:39:27 james
# *** empty log message ***
#
@@ -113,6 +116,7 @@ protos:
tidy: ${SRCS} ${HDRS}
indent -i2 -ts0 ${SRCS} ${HDRS}
+ /bin/rm -f *~
sympathy.h: ${PROJECTHDRS} sympathy.h.head sympathy.h.tail
cat sympathy.h.head ${PROJECTHDRS} sympathy.h.tail > $@ || /bin/rm -f $@