6 lines
36 B
Makefile
6 lines
36 B
Makefile
|
run:
|
||
|
go run *.go
|
||
|
|
||
|
build:
|
||
|
go build
|