mirror of
https://github.com/red0124/ssp.git
synced 2025-04-20 10:37:57 +02:00
3 lines
71 B
Makefile
3 lines
71 B
Makefile
all:
|
|
clang++ -std=c++17 -o ssp_fuzz ssp_fuzz.cpp -g -fsanitize=fuzzer
|