From d74b39d248c0df708e62da2fbeea6e74552ec514 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Tue, 26 Nov 2024 21:49:48 +0000 Subject: things --- Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..5a20cd6 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +run.so: run.c + cc -std=c99 -Wall -fPIC -I/usr/include/lua5.3 run.c -o run.so -shared -- cgit v1.2.3