]> skyeroc.xyz Git - dgamelaunch/commitdiff
remove virus references
authorJoshua Kwan <joshk@triplehelix.org>
Fri, 23 Jan 2004 18:17:19 +0000 (18:17 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Fri, 23 Jan 2004 18:17:19 +0000 (18:17 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@152 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

Makefile

index 621deb9de2a28031a73872d507638a8546c92075..2f7c9742b373970d5c29fd6d6a293bed57abf931 100644 (file)
--- 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