Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/threadframe
diff options
context:
space:
mode:
authorDan Williams <dcbw@localhost.localdomain>2006-08-17 18:11:17 (GMT)
committer Dan Williams <dcbw@localhost.localdomain>2006-08-17 18:11:17 (GMT)
commit396a32ba7cb64727573e13c6e61a44dc940450b3 (patch)
tree9c009fe0e3cbd298827a8b9d6d461076bd21b8f9 /threadframe
parent4c923db7ea60ab05fb0d2a77e99064dd651f9ce9 (diff)
Make an uninstall target
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