mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Simplify input.c - lose class table and use macros.
This commit is contained in:
4
Makefile
4
Makefile
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.24 2007-10-04 21:21:48 nicm Exp $
|
||||
# $Id: Makefile,v 1.25 2007-10-10 19:45:20 nicm Exp $
|
||||
|
||||
.SUFFIXES: .c .o .y .h
|
||||
.PHONY: clean
|
||||
@ -42,7 +42,7 @@ LDFLAGS+= -Wl,-E
|
||||
CFLAGS+= -Wno-long-long -Wall -W -Wnested-externs -Wformat=2
|
||||
CFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
|
||||
CFLAGS+= -Wwrite-strings -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare
|
||||
CFLAGS+= -Wundef -Wshadow -Wbad-function-cast -Winline -Wcast-align
|
||||
CFLAGS+= -Wundef -Wbad-function-cast -Winline -Wcast-align
|
||||
|
||||
PREFIX?= /usr/local
|
||||
INSTALLBIN= install -g bin -o root -m 555
|
||||
|
Reference in New Issue
Block a user