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