aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohn Andersen <johnandersenpdx@gmail.com>2019-03-07 17:00:20 -0800
committerjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2019-03-07 17:00:20 -0800
commit393341a430ef89e9598eb3183c8713bf9804bc78 (patch)
tree380f1252018c729e08e6d2e49d658b7814e40afb /docs
parenta6e3857f93524157a799afc790bc88c284c54e87 (diff)
downloadoss-fuzz-393341a430ef89e9598eb3183c8713bf9804bc78.tar.gz
docs: Require no extention in new_project_guide.md (#2221)
Diffstat (limited to 'docs')
-rw-r--r--docs/new_project_guide.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/new_project_guide.md b/docs/new_project_guide.md
index b2d1caa81..88f2fb666 100644
--- a/docs/new_project_guide.md
+++ b/docs/new_project_guide.md
@@ -182,6 +182,8 @@ provided to be able to write retargetable scripts.
### Requirements
+Only binaries without any extension will be accepted as targets. Extensions are reserved for other artifacts like .dict, etc.
+
You *must* use the special compiler flags needed to build your project and fuzz targets.
These flags are provided in the following environment variables: