7 lines
45 B
Makefile
7 lines
45 B
Makefile
|
build:
|
||
|
go build
|
||
|
./test2
|
||
|
|
||
|
run:
|
||
|
go run *.go
|