From: Steinar H. Gunderson Date: Wed, 30 Sep 2020 19:20:17 +0000 (+0200) Subject: Add a missing .o to make clean. X-Git-Tag: 1.0.0~82 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=ae4013dc25c43ab90d2f22473c4fa94557bed2fe;p=plocate Add a missing .o to make clean. --- diff --git a/Makefile b/Makefile index 91e8b17..3799b57 100644 --- 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