6 lines
48 B
Makefile
6 lines
48 B
Makefile
|
|||
cli:
|
|||
@go build -v -o bin/winrmcp
|
|||
|
|||
.PHONY: cli
|