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 <dsterba@suse.com>
master
David Sterba 2019-09-25 19:17:41 +02:00
parent c04bcdcacc
commit bc2fff4675
1 changed files with 1 additions and 0 deletions

View File

@ -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 \