
requirements:
	FUSE (http://sourceforge.net/projects/avf)
	BlueZ (http://www.bluez.org)
	OpenObex (http://openobex.sf.net)

build:
	make
	(if make fails check the path to: libfuse.a
	 normal: /usr/local/lib/libfuse.a
	 debian: /usr/lib/libfuse.a)

start:
	mount: ./btfs [mount point] &

stop:
	umount: fusermount -u [mount point]
