bindings: do not delete constant files when on clean target of Makefile

This commit is contained in:
Nguyen Anh Quynh 2013-12-03 15:01:15 +08:00
parent 22fcba13f9
commit 88db228cc9
2 changed files with 2 additions and 2 deletions

View File

@ -32,5 +32,5 @@ jna:
@if [ ! $(JNA) ]; then echo "*** Unable to find JNA ***"; exit 1; fi
clean:
rm -rf capstone/*_const.java capstone/*.class
rm -rf capstone/*.class
rm -rf *.class *.log *.jar

View File

@ -7,5 +7,5 @@ install:
python setup.py install
clean:
rm -rf capstone/*.pyc capstone/*_const.py
rm -rf capstone/*.pyc
rm -rf capstone/*.so *.dll *.pyc *.dylib