diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..db3181f --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +vnc_rec: + go build -o ./bin/vnc_recorder ./vnc_rec/cmd/ + +run_rec: + ./bin/vnc_recorder -recDir=./bin/recordings/ -targHost=localhost -targPort=5901 -targPass=boxware -tcpPort=5902 -vncPass=boxware + +clear: + rm -rf bin/recordings/* \ No newline at end of file diff --git a/bin/recordings/recording_client_1562369495.rbs b/bin/recordings/recording_client_1562369495.rbs deleted file mode 100644 index b2cb6ba..0000000 Binary files a/bin/recordings/recording_client_1562369495.rbs and /dev/null differ diff --git a/bin/recordings/recording_server_1562369495.rbs b/bin/recordings/recording_server_1562369495.rbs deleted file mode 100644 index 069a9ed..0000000 Binary files a/bin/recordings/recording_server_1562369495.rbs and /dev/null differ