]> git.sesse.net Git - remoteglot-book/commitdiff
Add a missing dependency.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 19 Dec 2014 23:16:39 +0000 (00:16 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 19 Dec 2014 23:16:39 +0000 (00:16 +0100)
Makefile

index 1dc36ce7b1ad6e31034cf298dd118cc0bbbf430f..3cd53b28ff83181324af582bb4fb49a4ce077a72 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,7 @@ binlookup: binlookup.o hash.o merge_count.o count.pb.o
 binloader.o: binloader.cpp count.pb.h
 binmerger.o: binmerger.cpp merge_count.h count.pb.h
 binlookup.o: binlookup.cpp merge_count.h count.pb.h
+merge_count.o: merge_count.cpp merge_count.h count.pb.h
 
 %.pb.cc %.pb.h : %.proto
        $(PROTOC) --cpp_out=. $<