From: Joshua Kwan Date: Fri, 16 Jan 2004 06:10:21 +0000 (+0000) Subject: resolve lack of yywrap() X-Git-Tag: v1.6.1-roc-dev~576 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=cc4181039ed1d1ed72698ed636035072aefc3e8d;p=dgamelaunch resolve lack of yywrap() git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@122 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- 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)