python: make clean should not remove everything in pyx/
This commit is contained in:
parent
58a3e3e5ad
commit
71fe283ec0
|
@ -33,5 +33,7 @@ clean:
|
|||
rm -rf capstone/*.pyc
|
||||
rm -rf capstone/*.so
|
||||
rm -rf capstone/*.c
|
||||
rm -rf pyx/*
|
||||
rm -rf pyx/*.py*
|
||||
rm -rf pyx/*.so
|
||||
rm -rf pyx/*.c
|
||||
rm -rf *.so *.dll *.pyc *.dylib
|
||||
|
|
Loading…
Reference in New Issue