mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-17 23:26:58 +00:00
fixed typo
This commit is contained in:
parent
ec0453039d
commit
8000c4af36
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ source ctf-tools-venv-activate
|
|||
|
||||
pushd libdwarf-code
|
||||
./configure --enable-shared
|
||||
make -j$(nproc)
|
||||
make -j $(nproc)
|
||||
mkdir -p ../include
|
||||
mkdir -p ../lib
|
||||
cp libdwarf/libdwarf.h ../include
|
||||
|
|
Loading…
Add table
Reference in a new issue