mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-22 13:52:57 +00:00
[client] removed binaries from repository
This commit is contained in:
parent
5aa8b0f24a
commit
f0affdc704
4 changed files with 2 additions and 4 deletions
1
client/.gitignore
vendored
1
client/.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
bin/
|
||||
*.swp
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
i3-msg 'workspace 10; move workspace to DP-0; exec /home/geoff/Projects/kvm-shm/main'
|
BIN
client/main
BIN
client/main
Binary file not shown.
Loading…
Reference in a new issue