From 33232032423dcc06716537204f1995afa5a73940 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 19 Nov 2001 17:55:51 +0000 Subject: multithreading improvements --- python/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'python/Makefile') 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 -- cgit v1.2.3