Make an uninstall target
This commit is contained in:
parent
4c923db7ea
commit
396a32ba7c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user