]> git.sesse.net Git - remoteglot-book/blobdiff - Makefile
Partition the SSTable; somewhat less efficient space-wise, it seems, but we avoid...
[remoteglot-book] / Makefile
index 1b2062748f759b276053e471d6113579c6ea0f19..80d4c5ede91ac6f9ed1e6e7af6954bba1d1783ea 100644 (file)
--- 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