⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.220
Server IP:
104.21.48.1
Server:
Linux vmi2315822.contaboserver.net 5.15.0-134-generic #145-Ubuntu SMP Wed Feb 12 20:08:39 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.3.21
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
src
/
linux-headers-5.15.0-134
/
tools
/
io_uring
/
View File Name :
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