summaryrefslogtreecommitdiff
path: root/vncrecord/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vncrecord/Makefile')
-rw-r--r--vncrecord/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/vncrecord/Makefile b/vncrecord/Makefile
new file mode 100644
index 0000000..1372ac1
--- /dev/null
+++ b/vncrecord/Makefile
@@ -0,0 +1,10 @@
+all: build test
+
+build:
+ GO111MODULE=off go build
+
+test:
+ ./vncrecord localhost:6910
+
+clean:
+ rm -f *.mov vncrecord