7 lines
48 B
Makefile
7 lines
48 B
Makefile
|
build:
|
||
|
go build
|
||
|
./goclient
|
||
|
|
||
|
run:
|
||
|
go run *.go
|