[client] removed binaries from repository

This commit is contained in:
Geoffrey McRae 2017-10-19 17:08:40 +11:00
parent 5aa8b0f24a
commit f0affdc704
4 changed files with 2 additions and 4 deletions

1
client/.gitignore vendored
View File

@ -1 +1,2 @@
bin/
*.swp *.swp

View File

@ -10,4 +10,4 @@ LDFLAGS+=`pkg-config --libs libssl openssl`
CFLAGS+=`pkg-config --cflags spice-protocol` CFLAGS+=`pkg-config --cflags spice-protocol`
all: 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}

View File

@ -1,3 +0,0 @@
#!/bin/bash
i3-msg 'workspace 10; move workspace to DP-0; exec /home/geoff/Projects/kvm-shm/main'

Binary file not shown.