misc, lang: Small fixups

Change some minor style issues.
This commit is contained in:
James Shubin
2020-02-27 17:34:03 -05:00
parent 006de6da14
commit 380d03257f
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ SHELL = /usr/bin/env bash
all: fuzz
fuzz:
mkdir -p corpus
find ../.. -name \*.mcl -exec cp {} corpus \;
mkdir -p corpus/
find ../.. -name \*.mcl -exec cp {} corpus/ \;
go-fuzz-build
go-fuzz -bin=./lang-fuzz.zip -workdir=.