diff --git a/client/.gitignore b/client/.gitignore index 1377554e..08cb1ee8 100644 --- a/client/.gitignore +++ b/client/.gitignore @@ -1 +1,2 @@ +bin/ *.swp diff --git a/client/Makefile b/client/Makefile index 6a51b1d8..641c44d8 100644 --- a/client/Makefile +++ b/client/Makefile @@ -10,4 +10,4 @@ LDFLAGS+=`pkg-config --libs libssl openssl` CFLAGS+=`pkg-config --cflags spice-protocol` all: - gcc ${CFLAGS} -o main main.c spice/spice.c ivshmem/ivshmem.c ${LDFLAGS} + gcc ${CFLAGS} -o bin/main main.c spice/spice.c ivshmem/ivshmem.c ${LDFLAGS} diff --git a/client/i3start.sh b/client/i3start.sh deleted file mode 100755 index d6952ffd..00000000 --- a/client/i3start.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -i3-msg 'workspace 10; move workspace to DP-0; exec /home/geoff/Projects/kvm-shm/main' \ No newline at end of file diff --git a/client/main b/client/main deleted file mode 100755 index d7e8e499..00000000 Binary files a/client/main and /dev/null differ