More warnings!
This commit is contained in:
parent
6be4adb4c1
commit
4a98db21cd
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
# cnd Makefile
|
# cnd Makefile
|
||||||
# (C)2005, Dan Ponte
|
# (C)2005, Dan Ponte
|
||||||
# $Amigan: phoned/phoned/Makefile,v 1.6 2005/06/02 02:40:52 dcp1990 Exp $
|
# $Amigan: phoned/phoned/Makefile,v 1.7 2005/06/02 02:45:35 dcp1990 Exp $
|
||||||
include ../global.mk
|
include ../global.mk
|
||||||
# basic stuff. we append for a reason.
|
# basic stuff. we append for a reason.
|
||||||
CPPFLAGS=-I../include -DDEBUG
|
CPPFLAGS=-I../include -DDEBUG -DYY_NO_UNPUT
|
||||||
CFLAGS+=-g -Wall -W -ansi ${CPPFLAGS}
|
CFLAGS+=-g -Wall -W -ansi ${CPPFLAGS}
|
||||||
LDFLAGS=-lutil
|
LDFLAGS=-lutil
|
||||||
# keep these up to date.
|
# keep these up to date.
|
||||||
|
|
Loading…
Reference in a new issue