X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile;h=cd85e4fdeebb10acbe1a71d2f8cf45561c642c3d;hb=73ec86a2c9ef47c1fa25f23bdc58ace345635ef1;hp=bf4dc77bca52f4fc4f3587d4ea71dc8e65600412;hpb=19c49abb677f8cbf5b290e71dbcad382558d8cc5;p=remoteglot-book diff --git a/Makefile b/Makefile index bf4dc77..cd85e4f 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ all: binloader binlookup binmerger binloader: binloader.o hash.o count.pb.o binmerger: binmerger.o count.pb.o -binlookup: binlookup.o count.pb.o +binlookup: binlookup.o hash.o count.pb.o binloader.o: binloader.cpp count.pb.h binmerger.o: binmerger.cpp count.pb.h