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