From e52f31146bbed6644e7fcb5727430332d0d1f3a2 Mon Sep 17 00:00:00 2001 From: Joshua Kwan Date: Fri, 23 Jan 2004 18:17:19 +0000 Subject: [PATCH] remove virus references git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@152 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 621deb9..2f7c974 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ LDFLAGS = CFLAGS = -g3 $(optimize) -Wall -Wno-unused $(DEFS) INSTALL = install -c DEFS = -DVERSION=\"$(VERSION)\" -SRCS = virus.c ttyrec.c dgamelaunch.c io.c ttyplay.c mygetnstr.c stripgfx.c strlcpy.c strlcat.c y.tab.c lex.yy.c +SRCS = ee.c ttyrec.c dgamelaunch.c io.c ttyplay.c mygetnstr.c stripgfx.c strlcpy.c strlcat.c y.tab.c lex.yy.c OBJS = $(SRCS:.c=.o) LIBS = -lcurses -lcrypt $(LUTIL) -ll @@ -60,8 +60,6 @@ dist: clean # Dependencies - we may auto-generate later dgamelaunch.o: dgamelaunch.c dgamelaunch.h y.tab.o io.o: io.c ttyrec.h -last_char_is.o: last_char_is.c stripgfx.o: stripgfx.c stripgfx.h ttyplay.o: ttyplay.c ttyrec.h io.h stripgfx.h ttyrec.o: ttyrec.c dgamelaunch.h ttyrec.h io.h -virus.o: virus.c last_char_is.c