python: make clean should not remove everything in pyx/

This commit is contained in:
Nguyen Anh Quynh 2014-01-09 10:24:22 +08:00
parent 58a3e3e5ad
commit 71fe283ec0
1 changed files with 3 additions and 1 deletions

View File

@ -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