wit-utils/vncrecord/Makefile

11 lines
116 B
Makefile

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