aboutsummaryrefslogtreecommitdiffstats
path: root/python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'python/Makefile')
-rw-r--r--python/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/python/Makefile b/python/Makefile
deleted file mode 100644
index 1313e9e..0000000
--- a/python/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-#@+leo-ver=4
-#@+node:@file Makefile
-# Makefile now uses distutils
-
-_fusemodule.so: _fusemodule.c
- #gcc -g3 -I/usr/include/python2.1 _fusemodule.c -Wl,-shared -o _fusemodule.so -Wimplicit -lfuse && python -c 'import _fuse'
- python setup.py build_ext --inplace
-
-install: _fusemodule.so
- python setup.py install
-
-clean:
- rm -rf _fusemodule.so *.pyc *.pyo *~ build
-#@-node:@file Makefile
-#@-leo