Update new_project_guide.md

Fix #475
This commit is contained in:
Oliver Chang 2017-03-23 14:56:59 -07:00 committed by GitHub
parent 6c4ca4dbe3
commit 553b2396cb
1 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,8 @@ COPY build.sh fuzzer.cc $SRC/ # copy build script and other fuzzer f
```
Expat example: [expat/Dockerfile](../projects/expat/Dockerfile)
In the above example, the git clone will check out the source to `$SRC/<checkout_dir>`.
## build.sh
This file describes how to build [fuzz targets](glossary.md#fuzz-target) for your project.