Sindbad~EG File Manager

Current Path : /proc/2568807/root/usr/src/kernels/4.18.0-553.51.1.el8_10.x86_64/tools/io_uring/
Upload File :
Current File : //proc/2568807/root/usr/src/kernels/4.18.0-553.51.1.el8_10.x86_64/tools/io_uring/Makefile

# SPDX-License-Identifier: GPL-2.0
# Makefile for io_uring test tools
CFLAGS += -Wall -Wextra -g -D_GNU_SOURCE
LDLIBS += -lpthread

all: io_uring-cp io_uring-bench
%: %.c
	$(CC) $(CFLAGS) -o $@ $^

io_uring-bench: syscall.o io_uring-bench.o
	$(CC) $(CFLAGS) -o $@ $^ $(LDLIBS)

io_uring-cp: setup.o syscall.o queue.o

clean:
	$(RM) io_uring-cp io_uring-bench *.o

.PHONY: all clean

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