resolve lack of yywrap()

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@122 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-01-16 06:10:21 +00:00
parent de1e3fea9c
commit cc4181039e
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ INSTALL = install -c
DEFS = -DVERSION=\"$(VERSION)\"
SRCS = virus.c ttyrec.c dgamelaunch.c io.c ttyplay.c stripgfx.c strlcpy.c strlcat.c y.tab.c lex.yy.c
OBJS = $(SRCS:.c=.o)
LIBS = -lncurses -lcrypt -lutil
LIBS = -lncurses -lcrypt -lutil -ll
all: $(NAME)