6 lines
53 B
Makefile
6 lines
53 B
Makefile
|
fmt:
|
||
|
go fmt ./...
|
||
|
|
||
|
build:
|
||
|
go build -o hunter ./...
|