mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-13 01:38:20 +00:00
[client] changed output program name
This commit is contained in:
parent
4829c0413c
commit
3ee53dca79
@ -1,3 +1,4 @@
|
||||
BINARY=kvmgfx-client
|
||||
CFLAGS=-g -Og -std=gnu99 -march=native -Wall -Werror -I../common -DDEBUG
|
||||
LDFLAGS=-lrt
|
||||
|
||||
@ -16,4 +17,5 @@ LDFLAGS+=`pkg-config --libs libssl openssl`
|
||||
CFLAGS+=`pkg-config --cflags spice-protocol`
|
||||
|
||||
all:
|
||||
gcc ${CFLAGS} -o bin/main main.c spice/spice.c ivshmem/ivshmem.c ${LDFLAGS}
|
||||
mkdir -p bin
|
||||
gcc ${CFLAGS} -o bin/${BINARY} main.c spice/spice.c ivshmem/ivshmem.c ${LDFLAGS}
|
||||
|
Loading…
Reference in New Issue
Block a user