mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
add some lua library
This commit is contained in:
6
lua-int64/Makefile
Normal file
6
lua-int64/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
install :
|
||||
gcc -g -Wall -fPIC --shared -o int64.so int64.c
|
||||
|
||||
clean :
|
||||
rm int64.so
|
||||
|
||||
Reference in New Issue
Block a user