diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-12-19 14:35:37 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-12-19 14:35:37 +0100 |
commit | d8fb4a8e19b1fde9ca4b3f84d5599be824f03ee9 (patch) | |
tree | 8cfac62fd408bc4dab75f0aec0461028805d38dc /qemu_mode/build_qemu_support.sh | |
parent | 5e53d337dbfb15aef37a9f3243594d75fc4ffc25 (diff) | |
parent | b91000fc9e2b86ffe96bef7a30d30b7e0f1f66fc (diff) | |
download | afl++-d8fb4a8e19b1fde9ca4b3f84d5599be824f03ee9.tar.gz |
Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus
Diffstat (limited to 'qemu_mode/build_qemu_support.sh')
-rwxr-xr-x | qemu_mode/build_qemu_support.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/qemu_mode/build_qemu_support.sh b/qemu_mode/build_qemu_support.sh index c3983aa1..afd82f72 100755 --- a/qemu_mode/build_qemu_support.sh +++ b/qemu_mode/build_qemu_support.sh @@ -243,10 +243,9 @@ else fi echo "[+] Building libcompcov ..." -make -C libcompcov +make -C libcompcov && echo "[+] libcompcov ready" echo "[+] Building unsigaction ..." -make -C unsigaction -echo "[+] libcompcov ready" +make -C unsigaction && echo "[+] unsigaction ready" echo "[+] All done for qemu_mode, enjoy!" exit 0 |