7 lines
136 B
Bash
Executable file
7 lines
136 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rm -rf shlr/capstone
|
|
make mrproper
|
|
cp -f plugins.static.nogpl.cfg plugins.cfg
|
|
./configure --prefix=/usr --with-libr
|
|
make -j4
|