include ../Makefile.inc

all:
	$(MAKE) -C .. mkfs.btrfs

clean:
	-$(RM) -f -- *.o *.o.d
