From cc4181039ed1d1ed72698ed636035072aefc3e8d Mon Sep 17 00:00:00 2001 From: Joshua Kwan Date: Fri, 16 Jan 2004 06:10:21 +0000 Subject: [PATCH] resolve lack of yywrap() git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@122 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d5345b8..b7f0461 100644 --- a/Makefile +++ b/Makefile @@ -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)