aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-01-29 19:26:53 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-01-29 19:26:53 +0000
commit2bf9f4973b67481e17ceb5afa7a766df5705a2bf (patch)
treefc44e1a8eea4fa294b19d794efa3025108ed19e0 /Makefile
parent6ad0d2ab4a474867d45889ff5e7474e9cc9097ac (diff)
downloadrtmux-2bf9f4973b67481e17ceb5afa7a766df5705a2bf.tar.gz
rtmux-2bf9f4973b67481e17ceb5afa7a766df5705a2bf.tar.bz2
rtmux-2bf9f4973b67481e17ceb5afa7a766df5705a2bf.zip
Undo this and just shut lint up.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a69e80e9..be0478f3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.107 2009-01-27 20:22:33 nicm Exp $
+# $Id: Makefile,v 1.108 2009-01-29 19:26:53 nicm Exp $
.SUFFIXES: .c .o .y .h
.PHONY: clean update-index.html upload-index.html
@@ -120,7 +120,7 @@ dist: clean
-f ${DISTDIR}.tar.gz ${DISTFILES}
lint:
- lint -cehvx ${CFLAGS:M-D*} ${SRCS:M*.c}
+ lint -chvx ${CFLAGS:M-D*} ${SRCS:M*.c}
clean:
rm -f ${CLEANFILES}