From: David ‘Bombe’ Roden Date: Fri, 4 Jul 2008 20:05:57 +0000 (+0200) Subject: add dependencies X-Git-Tag: 0.1~60 X-Git-Url: https://git.pterodactylus.net/?p=ecparse.git;a=commitdiff_plain;h=fd659a52cdf9259e8a04b0ecb5e3b5fb0d9f06b4 add dependencies --- diff --git a/Makefile b/Makefile index a618cbb..0931db4 100644 --- a/Makefile +++ b/Makefile @@ -19,10 +19,12 @@ ReaderInput.o: ReaderInput.cpp ReaderInput.h FileReaderInput.o: FileReaderInput.cpp FileReaderInput.h ReaderInput.h -CollectionReader.o: CollectionReader.cpp ReaderInput.h +CollectionReader.o: CollectionReader.cpp ReaderInput.h ED2KLink.h ED2KLink.o: ED2KLink.cpp ED2KLink.h +Main.o: Main.cpp FileReaderInput.h ReaderInput.h CollectionReader.h ED2KLink.h + clean: rm -f ecparse rm -f *.o