all: build test
build:
GO111MODULE=off go build
test:
./vncrecord localhost:6910
clean:
rm -f *.mov vncrecord