]> git.sesse.net Git - plocate/blobdiff - Makefile
Start reimplementing the TurboPFor decoding functions.
[plocate] / Makefile
index c51c41f40f7b7a70b365aa3e73701f2d595b4ee2..9fb360f44a2475a3b99bcb93b0ddf70e594cd80d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -30,4 +30,9 @@ install: all
        $(INSTALL) -m 0755 plocate-build $(PREFIX)/sbin/
        $(INSTALL) -m 0755 update-plocate.sh /etc/cron.daily/plocate
 
+bench.o: bench.cpp turbopfor.h
+
+bench: bench.o io_uring_engine.o TurboPFor-Integer-Compression/libic.a
+       $(CXX) -o $@ $^ $(URING_LIBS)
+
 .PHONY: clean install