mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-17 20:05:24 +00:00
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:
parent
0c362b9031
commit
f6dfc0263d
7
convert/Makefile
Normal file
7
convert/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
include ../Makefile.inc
|
||||
|
||||
all:
|
||||
$(MAKE) -C .. btrfs-convert
|
||||
|
||||
clean:
|
||||
-$(RM) -f -- *.o *.o.d
|
Loading…
Reference in New Issue
Block a user