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

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