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>
This commit is contained in:
parent
c04bcdcacc
commit
bc2fff4675
1
Makefile
1
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 \
|
||||
|
|
Loading…
Reference in New Issue