Make an uninstall target

This commit is contained in:
Dan Williams
2006-08-17 14:11:17 -04:00
parent 4c923db7ea
commit 396a32ba7c
+3
View File
@@ -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