From f722121aadfdf8733122ba6a87064c237de8449e Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Mon, 15 May 2017 17:39:34 -0700 Subject: [PATCH] Update README.md --- projects/example/my-api-repo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/example/my-api-repo/README.md b/projects/example/my-api-repo/README.md index 4f90b151c..b6141d050 100644 --- a/projects/example/my-api-repo/README.md +++ b/projects/example/my-api-repo/README.md @@ -10,7 +10,7 @@ Imagine that these files reside in your project's repository: * [do_stuff_fuzzer.cpp](do_stuff_fuzzer.cpp) is a [fuzz target](http://libfuzzer.info/#fuzz-target) for `DoStuff()`. * [standalone_fuzz_taget_runner.cpp](standalone_fuzz_taget_runner.cpp) is a simple standalone runnner for fuzz targets. You may use it to execute a fuzz target on given files w/o having to link in libFuzzer or other fuzzing engine. * [do_stuff_test_data](do_stuff_test_data) corpus directory for [do_stuff_fuzzer.cpp](do_stuff_fuzzer.cpp). -* [Makefile](Makefile) is a build file: +* [Makefile](Makefile) is a build file (the same can be done with other build systems): * accepts external compiler flags via `$CC`, `$CXX`, `$CFLAGS`, `$CXXFLAGS` * accepts external fuzzing engine via `$LIB_FUZZING_ENGINE`, by default uses [standalone_fuzz_taget_runner.cpp](standalone_fuzz_taget_runner.cpp) * builds the fuzz target(s) and their corpus archive(s)