mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 19:13:07 +00:00
7 lines
83 B
Makefile
7 lines
83 B
Makefile
install :
|
|
gcc -g -Wall -fPIC --shared -o int64.so int64.c
|
|
|
|
clean :
|
|
rm int64.so
|
|
|