1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-29 00:23:18 +00:00
janet/tools/afl/prepare_to_fuzz.sh

7 lines
84 B
Bash
Raw Normal View History

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