btrfs-progs: build: add stub makefile to convert

A shortcut to compile btrfs-convert from inside the directory.

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2017-01-30 18:00:39 +01:00
parent 0c362b9031
commit f6dfc0263d

7
convert/Makefile Normal file
View file

@ -0,0 +1,7 @@
include ../Makefile.inc
all:
$(MAKE) -C .. btrfs-convert
clean:
-$(RM) -f -- *.o *.o.d