8 lines
189 B
Makefile
8 lines
189 B
Makefile
|
# Used to build examples. Must be compiled from current directory and after "make build-all"
|
||
|
|
||
|
build:
|
||
|
GOROOT=../GOROOT/linux_amd64 go build ems_client.go
|
||
|
|
||
|
run:
|
||
|
./ems_client google.com:443
|