btrfs-progs/convert/Makefile
David Sterba f6dfc0263d 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>
2017-03-08 13:00:46 +01:00

8 lines
91 B
Makefile

include ../Makefile.inc
all:
$(MAKE) -C .. btrfs-convert
clean:
-$(RM) -f -- *.o *.o.d