From 557bf9c01fd78848167c1db8327aed259c5b3690 Mon Sep 17 00:00:00 2001 From: stderr64 Date: Tue, 28 Oct 2025 18:11:09 +0200 Subject: Added some stuff --- python_cdll_multithread/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 python_cdll_multithread/Makefile (limited to 'python_cdll_multithread/Makefile') diff --git a/python_cdll_multithread/Makefile b/python_cdll_multithread/Makefile new file mode 100644 index 0000000..45040bf --- /dev/null +++ b/python_cdll_multithread/Makefile @@ -0,0 +1,8 @@ +CC=gcc +CFLAGS=-O2 -march=x86-64-v3 -fPIC -shared + +rel: + $(CC) ${CFLAGS} ./libpcdlltest.c -o libpcdlltest.so -lpthread + +clean: + rm ./libpcdlltest.so -- cgit v1.2.3-94-g38b9