1
0
mirror of https://github.com/janet-lang/janet synced 2025-02-05 11:40:00 +00:00
janet/tools/afl/prepare_to_fuzz.sh

7 lines
84 B
Bash
Raw Normal View History

2019-11-29 16:41:27 +13:00
set -eux
export CC=afl-clang
make clean
make -j $(nproc) all
mkdir -p "./fuzz_out"