From 46295b202358e9b8b4c846c7dcb0b785d4a25d2b Mon Sep 17 00:00:00 2001 From: Joshua Kwan Date: Thu, 1 Jan 2004 19:32:48 +0000 Subject: [PATCH] add Makefile deps git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@29 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile b/Makefile index 4fe8f16..8f5203e 100644 --- a/Makefile +++ b/Makefile @@ -35,3 +35,11 @@ dist: clean indent rm -f ../$(NAME)-$(VERSION) @echo "Created source release $(NAME)-$(VERSION).tar.gz" +# Dependencies - we may auto-generate later +dgamelaunch.o: dgamelaunch.c dgamelaunch.h +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