From bc2fff4675cdef0fbd7c135e88f52eb099c118f4 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Wed, 25 Sep 2019 19:17:41 +0200 Subject: [PATCH] btrfs-progs: build: clean temporary files in crypto/ The directory crypto/ is new, so we need to add it to the clean targets. Signed-off-by: David Sterba --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6473007c..b92ca24b 100644 --- a/Makefile +++ b/Makefile @@ -695,6 +695,7 @@ clean: $(CLEANDIRS) convert/*.o convert/*.o.d \ 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 \ ioctl-test quick-test library-test library-test-static \ mktables btrfs.static mkfs.btrfs.static fssum \ btrfs.box btrfs.box.static \