10 lines
79 B
Makefile
10 lines
79 B
Makefile
build:
|
|
go build
|
|
|
|
run:
|
|
make build
|
|
./main
|
|
|
|
codegen:
|
|
./hack/update-codegen.sh
|