From c6dbd1d3379552a921b5fdfcfb0b51ef88318629 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Fri, 3 Jun 2022 17:53:26 +0200 Subject: [PATCH] btrfs-progs: libbtrfs: add clean targets Signed-off-by: David Sterba --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e162ebe0..ec4832e7 100644 --- a/Makefile +++ b/Makefile @@ -788,6 +788,7 @@ clean: $(CLEANDIRS) mkfs/*.o mkfs/*.o.d check/*.o check/*.o.d \ cmds/*.o cmds/*.o.d common/*.o common/*.o.d \ crypto/*.o crypto/*.o.d \ + libbtrfs/*.o libbtrfs/*.o.d \ ioctl-test quick-test library-test library-test-static \ mktables btrfs.static mkfs.btrfs.static fssum \ btrfs.box btrfs.box.static json-formatter-test \