]> git.sesse.net Git - remoteglot-book/blob - Makefile
Partition the SSTable; somewhat less efficient space-wise, it seems, but we avoid...
[remoteglot-book] / Makefile
1 CXXFLAGS=-std=gnu++11 -O2 -g -Wall
2 LDLIBS=-lmtbl -lfarmhash
3 all: binloader binlookup binmerger
4
5 binloader: binloader.o hash.o
6
7 .PHONY: clean
8 clean:
9         $(RM) binloader binlookup binmerger