Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/threadframe
diff options
context:
space:
mode:
Diffstat (limited to 'threadframe')
-rw-r--r--threadframe/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/threadframe/Makefile.in b/threadframe/Makefile.in
index 972f08b..16861b3 100644
--- a/threadframe/Makefile.in
+++ b/threadframe/Makefile.in
@@ -6,6 +6,9 @@ all:
install:
python setup.py install --prefix=${prefix}
+uninstall:
+ rm -f ${prefix}/lib/python2.4/site-packages/threadframe.so
+
clean:
python setup.py clean
-rm -rf build