5 lines
58 B
Makefile
5 lines
58 B
Makefile
build:
|
|
go build -o bin/main main.go
|
|
|
|
run:
|
|
go run main.go
|