1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-26 07:03:16 +00:00
janet/tools/afl/prepare_to_fuzz.sh
2019-11-29 16:43:14 +13:00

7 lines
84 B
Bash

set -eux
export CC=afl-clang
make clean
make -j $(nproc) all
mkdir -p "./fuzz_out"