diff options
author | ubq323 <ubq323@ubq323.website> | 2024-11-26 21:49:48 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-11-26 21:49:48 +0000 |
commit | d74b39d248c0df708e62da2fbeea6e74552ec514 (patch) | |
tree | 95882b860eab74598821b0d71ec596717f1dfd3b /Makefile | |
parent | 195d1526cc67f7b7d20dd3fe32b97840a4193223 (diff) |
things
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |