projects
/
ecparse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57efcbe
)
include ED2KLink in compilation
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Fri, 4 Jul 2008 20:00:52 +0000
(22:00 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Fri, 4 Jul 2008 20:00:52 +0000
(22:00 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
0140786
..
a618cbb
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-12,7
+12,7
@@
endif
all: ecparse
-ecparse: ReaderInput.o FileReaderInput.o CollectionReader.o Main.o
+ecparse:
ED2KLink.o
ReaderInput.o FileReaderInput.o CollectionReader.o Main.o
$(CC) -o $@ $^
ReaderInput.o: ReaderInput.cpp ReaderInput.h
@@
-21,6
+21,8
@@
FileReaderInput.o: FileReaderInput.cpp FileReaderInput.h ReaderInput.h
CollectionReader.o: CollectionReader.cpp ReaderInput.h
+ED2KLink.o: ED2KLink.cpp ED2KLink.h
+
clean:
rm -f ecparse
rm -f *.o