From efa3e131b5337e6ef3badc7b01ecf6acbea70407 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 10 Oct 2007 19:45:20 +0000 Subject: Simplify input.c - lose class table and use macros. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 168db18e..faedee11 100644 --- a/Makefile +++ b/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 -- cgit