diff options
Diffstat (limited to 'python/Makefile')
-rw-r--r-- | python/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/python/Makefile b/python/Makefile index dfaf492..8b7ea80 100644 --- a/python/Makefile +++ b/python/Makefile @@ -1,10 +1,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' -demo: _fusemodule.so - -sudo umount tmp - fusermount tmp ./fuse.py - - clean: - rm _fusemodule.so *.pyc *.pyo + rm -f _fusemodule.so *.pyc *.pyo |