4 lines
39 B
Makefile
4 lines
39 B
Makefile
build:
|
|
go build -o bin/
|
|
run:
|
|
go run .
|
build:
|
|
go build -o bin/
|
|
run:
|
|
go run .
|