misc, lang: Small fixups
Change some minor style issues.
This commit is contained in:
@@ -21,7 +21,7 @@ SHELL = /usr/bin/env bash
|
|||||||
all: fuzz
|
all: fuzz
|
||||||
|
|
||||||
fuzz:
|
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=./lang-fuzz.zip -workdir=.
|
||||||
|
|||||||
Reference in New Issue
Block a user