mirror of
https://github.com/janet-lang/janet
synced 2024-11-06 00:36:17 +00:00
7 lines
84 B
Bash
7 lines
84 B
Bash
set -eux
|
|
|
|
export CC=afl-clang
|
|
make clean
|
|
make -j $(nproc) all
|
|
mkdir -p "./fuzz_out"
|