Fix helper template.

This commit is contained in:
Oliver Chang 2017-03-30 09:48:35 -07:00
parent 3ce35b240e
commit 0d669e332e
1 changed files with 1 additions and 1 deletions

View File

@ -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
"""