X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile;h=80d4c5ede91ac6f9ed1e6e7af6954bba1d1783ea;hb=2a322a4ad576d87535ce8a479f7a516da9457e80;hp=1b2062748f759b276053e471d6113579c6ea0f19;hpb=d0b08188b8f9e70f2f5651b179b44e7cf992c85b;p=remoteglot-book diff --git a/Makefile b/Makefile index 1b20627..80d4c5e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,9 @@ CXXFLAGS=-std=gnu++11 -O2 -g -Wall -LDLIBS=-lmtbl +LDLIBS=-lmtbl -lfarmhash all: binloader binlookup binmerger +binloader: binloader.o hash.o + .PHONY: clean clean: $(RM) binloader binlookup binmerger