diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2001-11-19 17:55:51 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2001-11-19 17:55:51 +0000 |
commit | 33232032423dcc06716537204f1995afa5a73940 (patch) | |
tree | 2d4a744ada69ab97a0a8bcf8ecfd729a8fc1199f /python/Makefile | |
parent | bcb291798ed06af8a18a5bf76aa3c9591a6886de (diff) | |
download | libfuse-33232032423dcc06716537204f1995afa5a73940.tar.gz |
multithreading improvements
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 |