From 26382c16358fd5e6746a7a4d00210248b0c255c5 Mon Sep 17 00:00:00 2001 From: kcwu Date: Sun, 19 Jan 2003 16:02:25 +0000 Subject: gcc -W, for more warning git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@637 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mbbsd') diff --git a/mbbsd/Makefile b/mbbsd/Makefile index 1cd74870..85e695f0 100644 --- a/mbbsd/Makefile +++ b/mbbsd/Makefile @@ -1,11 +1,11 @@ -# $Id: Makefile,v 1.16 2003/01/19 13:24:14 kcwu Exp $ +# $Id: Makefile,v 1.17 2003/01/19 16:02:25 kcwu Exp $ # ­q¸q°ò¥»ªì­È BBSHOME?= $(HOME) BBSHOME?= /home/bbs OSTYPE?= FreeBSD CC?= gcc -CFLAGS+= -Wall -pipe -DBBSHOME='"$(BBSHOME)"' -I../include +CFLAGS+= -Wall -W -pipe -DBBSHOME='"$(BBSHOME)"' -I../include LDFLAGS+= -pipe -Wall LIBS+= -lcrypt -- cgit v1.2.3