mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
rewrite makefile, and remove luacode cache.
This commit is contained in:
6
3rd/lua-int64/Makefile
Normal file
6
3rd/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