mirror of
https://github.com/red0124/ssp.git
synced 2025-04-20 10:37:57 +02:00
6 lines
128 B
Bash
Executable File
6 lines
128 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
$CXX $CFLAGS $CXXFLAGS $LIB_FUZZING_ENGINE $SRC/fuzz/ssp_fuzz.cpp
|
|
-I $SRC/include
|
|
-o $OUT/ssp_fuzz
|