mirror of https://github.com/google/oss-fuzz.git
Fix helper template.
This commit is contained in:
parent
3ce35b240e
commit
0d669e332e
|
@ -71,6 +71,6 @@ BUILD_TEMPLATE = """\
|
|||
# build fuzzers
|
||||
# e.g.
|
||||
# $CXX $CXXFLAGS -std=c++11 -Iinclude \\
|
||||
# /path/to/name_of_fuzzer.cc -o /out/name_of_fuzzer \\
|
||||
# /path/to/name_of_fuzzer.cc -o $OUT/name_of_fuzzer \\
|
||||
# -lFuzzingEngine /path/to/library.a
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue