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