mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
make elfkickers build more dependable
This commit is contained in:
parent
0ec3896124
commit
d2746ceb9f
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
|||
|
||||
git clone --depth 1 https://github.com/BR903/ELFkickers
|
||||
cd ELFkickers
|
||||
make -j
|
||||
make -j $(nproc)
|
||||
cd ..
|
||||
mv ELFkickers/bin ./bin
|
||||
|
|
Loading…
Reference in a new issue