diff options
author | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-01-20 00:02:25 +0800 |
---|---|---|
committer | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-01-20 00:02:25 +0800 |
commit | 26382c16358fd5e6746a7a4d00210248b0c255c5 (patch) | |
tree | e912abc7da93ee880d6bfe23d58914b87d23088b /mbbsd/Makefile | |
parent | f807e4d5b72507336d691fd79eac4bccdef85ddb (diff) | |
download | pttbbs-26382c16358fd5e6746a7a4d00210248b0c255c5.tar pttbbs-26382c16358fd5e6746a7a4d00210248b0c255c5.tar.gz pttbbs-26382c16358fd5e6746a7a4d00210248b0c255c5.tar.bz2 pttbbs-26382c16358fd5e6746a7a4d00210248b0c255c5.tar.lz pttbbs-26382c16358fd5e6746a7a4d00210248b0c255c5.tar.xz pttbbs-26382c16358fd5e6746a7a4d00210248b0c255c5.tar.zst pttbbs-26382c16358fd5e6746a7a4d00210248b0c255c5.zip |
gcc -W, for more warning
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@637 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/Makefile')
-rw-r--r-- | mbbsd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |