*: proper cli and vendoring
using `github.com/LK4D4/vndr` Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
c8893f8f46
commit
790ac3077a
282 changed files with 173552 additions and 18 deletions
10
Makefile
Normal file
10
Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
GO := go
|
||||
|
||||
default: fuzz-walker
|
||||
|
||||
fuzz-walker: $(wildcard *.go)
|
||||
$(GO) build -o $@ .
|
||||
|
||||
clean:
|
||||
rm -f fuzz-walker
|
Loading…
Add table
Add a link
Reference in a new issue