mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git
synced 2024-11-28 22:54:12 +08:00
8 lines
89 B
Makefile
8 lines
89 B
Makefile
|
include ../Makefile.inc
|
||
|
|
||
|
all:
|
||
|
$(MAKE) -C .. btrfs-image
|
||
|
|
||
|
clean:
|
||
|
-$(RM) -f -- *.o *.o.d
|