mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-03-04 04:17:46 +00:00
python: add install target to Makefile
This commit is contained in:
parent
676cabd565
commit
210e94dbed
@ -1,6 +1,10 @@
|
||||
.PHONY: all clean install
|
||||
|
||||
all:
|
||||
cd ..; python const_generator.py python
|
||||
# sudo python setup.py install
|
||||
|
||||
install:
|
||||
python setup.py install
|
||||
|
||||
clean:
|
||||
rm -rf capstone/*.pyc capstone/*_const.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user