mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-03-04 12:27:12 +00:00
python: delete src/ in Makefile
This commit is contained in:
parent
1685df6f88
commit
8113cda2f9
@ -10,16 +10,16 @@ gen_const:
|
||||
cd .. && python const_generator.py python
|
||||
|
||||
install:
|
||||
rm -rf $(OBJDIR)
|
||||
rm -rf $(OBJDIR) src/
|
||||
python setup.py build -b $(OBJDIR) install
|
||||
|
||||
install3:
|
||||
rm -rf $(OBJDIR)
|
||||
rm -rf $(OBJDIR) src/
|
||||
python3 setup.py build -b $(OBJDIR) install
|
||||
|
||||
# NOTE: Newer cython can be installed by: sudo pip install --upgrade cython
|
||||
install_cython:
|
||||
rm -rf $(OBJDIR)
|
||||
rm -rf $(OBJDIR) src/
|
||||
mkdir -p $(OBJDIR)/pyx
|
||||
cp setup_cython.py $(OBJDIR)
|
||||
cp pyx/ccapstone* $(OBJDIR)/pyx/
|
||||
@ -45,7 +45,7 @@ install_cython:
|
||||
cd $(OBJDIR) && python setup_cython.py build -b ./tmp install
|
||||
|
||||
clean:
|
||||
rm -rf $(OBJDIR)
|
||||
rm -rf $(OBJDIR) src/
|
||||
rm -f capstone/*.so
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user