python: 'make' alone does not install python module

This commit is contained in:
Nguyen Anh Quynh 2013-12-02 18:08:07 +08:00
parent 99cfce9b1a
commit bc1e2f4079

View File

@ -1,6 +1,6 @@
all:
cd ..; python const_generator.py python
python setup.py install
# sudo python setup.py install
clean:
rm -rf capstone/*.pyc capstone/*_const.py