lang: Fix wrong go-fuzz bin name

I missed renaming this after moving the fuzz.go from the lang package
to its own fuzz package.
This commit is contained in:
Patrick Meyer
2020-02-29 05:28:38 +01:00
parent 70eecd5289
commit ea37132ce4

View File

@@ -24,4 +24,4 @@ fuzz:
mkdir -p corpus/ mkdir -p corpus/
find ../.. -name \*.mcl -exec cp {} corpus/ \; find ../.. -name \*.mcl -exec cp {} corpus/ \;
go-fuzz-build go-fuzz-build
go-fuzz -bin=./lang-fuzz.zip -workdir=. go-fuzz -bin=./fuzz-fuzz.zip -workdir=.