1 2 3 4 5 6 7 8 9 10
all: build test build: GO111MODULE=off go build test: ./vncrecord localhost:6910 clean: rm -f *.mov vncrecord