You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qubes-core-admin-linux/file-copy-vm/Makefile

9 lines
196 B

CFLAGS=-g -O2 -Wall -Wextra -Werror -I. -fPIC -pie
all: qfile-dom0-agent
qfile-dom0-agent: qfile-dom0-agent.o
$(CC) -pie -g -o $@ $^ -lqubes-rpc-filecopy
clean:
rm -f qfile-dom0-agent *.o