]> git.sesse.net Git - plocate/commitdiff
Add bench to clean.
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Mon, 5 Oct 2020 19:39:26 +0000 (21:39 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Mon, 5 Oct 2020 19:39:26 +0000 (21:39 +0200)
Makefile

index f8dcc6d246e7033d6e010c5bb0b2b6f415cc5818..702c530e3410ef9ccdf0e0f52d28ceff938e369b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ TurboPFor-Integer-Compression/libic.a:
        cd TurboPFor-Integer-Compression/ && $(MAKE)
 
 clean:
-       $(RM) plocate.o plocate-build.o io_uring_engine.o plocate plocate-build
+       $(RM) plocate.o plocate-build.o io_uring_engine.o bench.o plocate plocate-build bench
        cd TurboPFor-Integer-Compression/ && $(MAKE) clean
 
 install: all