diff options
author | Matt Johnston <matt@ucc.asn.au> | 2018-03-05 14:14:26 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2018-03-05 14:14:26 +0800 |
commit | 6b05aa4275d127d8b0a46643688ecac404bf2bf0 (patch) | |
tree | 19afbac5d301868efa105a300f796e0fad0d3a05 /Makefile.in | |
parent | 366fc8f335e134be447ed77b6923b085857dc7f3 (diff) |
fix some links
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
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) |