mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
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:
@ -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
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user