all:
	@echo "Just to clean subdirs..."
	make clean

clean:
	@make -C fuse/ clean
