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>
master
David Sterba 2017-01-30 18:00:39 +01:00
parent 0c362b9031
commit f6dfc0263d
1 changed files with 7 additions and 0 deletions

7
convert/Makefile 100644
View File

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