mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
%u -> %d for indexes. Some lint fixes.
This commit is contained in:
5
Makefile
5
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}
|
||||
|
||||
|
Reference in New Issue
Block a user