Sindbad~EG File Manager

Current Path : /usr/src/kernels/4.18.0-553.51.1.el8_10.x86_64/tools/virtio/virtio-trace/
Upload File :
Current File : //usr/src/kernels/4.18.0-553.51.1.el8_10.x86_64/tools/virtio/virtio-trace/Makefile

# SPDX-License-Identifier: GPL-2.0
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

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists