y.tab.c, lex.yy.c instead of y.tab.o lex.yy.o

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@97 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-01-05 23:27:18 +00:00
parent 651b85b4ee
commit e08b7668ad
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ LDFLAGS =
CFLAGS = -g3 $(optimize) -Wall $(DEFS)
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.o lex.yy.o
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