]> git.sesse.net Git - remoteglot-book/blobdiff - Makefile
Change to even shorter prefix length; down from 3.8 to 3.1 GB (single partition is...
[remoteglot-book] / Makefile
index e8502412840e3f2dc81c8a3294b4793d6cf1498c..80d4c5ede91ac6f9ed1e6e7af6954bba1d1783ea 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,9 @@
 CXXFLAGS=-std=gnu++11 -O2 -g -Wall
-LDLIBS=-lmtbl
-all: binloader binlookup
+LDLIBS=-lmtbl -lfarmhash
+all: binloader binlookup binmerger
+
+binloader: binloader.o hash.o
 
 .PHONY: clean
 clean:
-       $(RM) binloader binlookup
+       $(RM) binloader binlookup binmerger