summaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2018-03-05 14:14:26 +0800
committerMatt Johnston <matt@ucc.asn.au>2018-03-05 14:14:26 +0800
commit6b05aa4275d127d8b0a46643688ecac404bf2bf0 (patch)
tree19afbac5d301868efa105a300f796e0fad0d3a05 /Makefile.in
parent366fc8f335e134be447ed77b6923b085857dc7f3 (diff)
fix some links
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 6adc2e0..be2d39e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -270,7 +270,7 @@ fuzzstandalone: fuzz-harness.o fuzz-targets
svrfuzzobjs=$(subst svr-main.o, ,$(dropbearobjs))
# build all the fuzzers. This will require fail to link unless built with
-# make fuzz-targetsk FUZZLIB=-lFuzzer.a
+# make fuzz-targets FUZZLIB=-lFuzzer.a
# or similar - the library provides main().
fuzz-targets: $(FUZZ_TARGETS) $(FUZZER_OPTIONS)