From b90b1d33872f6a6de6233c434a723ab4a2c618cc Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Fri, 13 Feb 2004 20:52:19 +0000 Subject: [PATCH] Added -Wall SVN revision: 754 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 030e2b66..9daca50a 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ CC = gcc LIBS = -CFLAGS = -g -O +CFLAGS = -g -O -Wall IFLAGS = -kr -nut -i3 -l90 EXECS = elog elogd elconv DESTDIR = /usr/local/bin