GIF89a;
Direktori : /lib/modules/3.10.0-957.21.3.el7.centos.plus.x86_64/build/tools/virtio/virtio-trace/ |
Current File : //lib/modules/3.10.0-957.21.3.el7.centos.plus.x86_64/build/tools/virtio/virtio-trace/Makefile |
CC = gcc CFLAGS = -O2 -Wall -pthread all: trace-agent .c.o: $(CC) $(CFLAGS) -c $^ -o $@ trace-agent: trace-agent.o trace-agent-ctl.o trace-agent-rw.o $(CC) $(CFLAGS) -o $@ $^ clean: rm -f *.o trace-agent