]> git.sesse.net Git - plocate/commitdiff
Add a missing .o to make clean.
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Wed, 30 Sep 2020 19:20:17 +0000 (21:20 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Wed, 30 Sep 2020 19:20:17 +0000 (21:20 +0200)
Makefile

index 91e8b178ac7b3540aab5f5f0140fdf72c64d6837..3799b57fc2ac803cd5b340f266a1369338a4f503 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ TurboPFor-Integer-Compression/libic.a:
        cd TurboPFor-Integer-Compression/ && $(MAKE)
 
 clean:
-       $(RM) plocate.o plocate-build.o plocate plocate-build
+       $(RM) plocate.o plocate-build.o io_uring_engine.o plocate plocate-build
        cd TurboPFor-Integer-Compression/ && $(MAKE) clean
 
 install: all