btrfs-progs/image/Makefile
David Sterba 9b3a9daacd btrfs-progs: build: add stub makefile to image and mkfs
Add makefiles that work inside the image and mkfs directories, this
already exists for convert.

Signed-off-by: David Sterba <dsterba@suse.com>
2019-07-04 15:36:01 +02:00

8 lines
89 B
Makefile

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