aboutsummaryrefslogtreecommitdiff
path: root/infra/templates.py
diff options
context:
space:
mode:
authorMike Aizatsky <mike.aizatsky@gmail.com>2016-11-01 13:23:40 -0700
committerGitHub <noreply@github.com>2016-11-01 13:23:40 -0700
commitc669d498fa81ffb399d7d7c42654f5ac69428a28 (patch)
tree586cdea4dc9cf523d38f4056ce44aab2d96dd0b4 /infra/templates.py
parent0e826e4151e38f9491feae2ddc06b10ead8f88e9 (diff)
downloadoss-fuzz-c669d498fa81ffb399d7d7c42654f5ac69428a28.tar.gz
Update templates.py
Diffstat (limited to 'infra/templates.py')
-rwxr-xr-xinfra/templates.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/templates.py b/infra/templates.py
index 057fc4990..5dc2f37de 100755
--- a/infra/templates.py
+++ b/infra/templates.py
@@ -88,7 +88,7 @@ cd /src/%s
#
# ./autogen.sh
# ./configure
-# make clean all
+# make -j$(nproc) all
# build your fuzzer(s)
# e.g.