X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile;h=3cd53b28ff83181324af582bb4fb49a4ce077a72;hb=74f1261e4067cbc1b743b329ed2d419aee735cbf;hp=1dc36ce7b1ad6e31034cf298dd118cc0bbbf430f;hpb=33d7fcf900b9c456aea2fc88900fe3c7dd4344e8;p=remoteglot-book diff --git a/Makefile b/Makefile index 1dc36ce..3cd53b2 100644 --- 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=. $<