mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git
synced 2024-11-28 06:34:17 +08:00
9b3a9daacd
Add makefiles that work inside the image and mkfs directories, this already exists for convert. Signed-off-by: David Sterba <dsterba@suse.com>
8 lines
88 B
Makefile
8 lines
88 B
Makefile
include ../Makefile.inc
|
|
|
|
all:
|
|
$(MAKE) -C .. mkfs.btrfs
|
|
|
|
clean:
|
|
-$(RM) -f -- *.o *.o.d
|