aboutsummaryrefslogtreecommitdiff
path: root/python/Makefile
blob: 12393e7f1284d0620eb9089a692a7487046c09cf (plain)
1
2
3
4
5
_fusemodule.so: _fusemodule.c
	gcc -g3 -I/usr/include/python2.1 _fusemodule.c -Wl,-shared -o _fusemodule.so -Wimplicit -lfuse && python -c 'import _fuse'

clean:
	rm -f _fusemodule.so *.pyc *.pyo