Adjust fuzzpuzz sample shell commands to not include "/*"

GCC warns about that character sequence in a comment.  I shouldn't have
assumed that having only edited a comment meant I could get away without
a test build.
This commit is contained in:
Ben Harris
2023-02-16 23:40:40 +00:00
parent 111db0743b
commit 1717d5b685

View File

@ -14,7 +14,7 @@
*
* CC=afl-cc cmake -B build-afl
* cmake --build build-afl --target fuzzpuzz
* mkdir fuzz-in && ln icons/*.sav fuzz-in
* mkdir fuzz-in && ln icons/''*.sav fuzz-in
* afl-fuzz -i fuzz-in -o fuzz-out -x fuzzpuzz.dict -- build-afl/fuzzpuzz
*/