From 941eab33e9722b26244e7f344311f065eb28ef44 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 30 Oct 2007 10:59:43 +0000 Subject: %u -> %d for indexes. Some lint fixes. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f908b128..9dbb50c2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.33 2007-10-26 16:57:32 nicm Exp $ +# $Id: Makefile,v 1.34 2007-10-30 10:59:42 nicm Exp $ .SUFFIXES: .c .o .y .h .PHONY: clean @@ -80,6 +80,9 @@ ${PROG}: ${OBJS} depend: mkdep ${CFLAGS} ${INCDIRS} ${SRCS:M*.c} +lint: + lint -cehvx ${CFLAGS:M-D*} ${SRCS:M*.c} + clean: rm -f ${CLEANFILES} -- cgit