1
0
mirror of https://github.com/PHJArea217/socket-enhancer synced 2024-11-01 00:30:59 +02:00

Add Makefile

This commit is contained in:
Peter H. Jin 2021-06-16 17:57:18 -05:00
parent 26e5a3ff39
commit 4c60187a6b

2
Makefile Normal file
View File

@ -0,0 +1,2 @@
socket-enhancer: socket-enhancer.c
gcc -shared -fstack-protector-strong -o socket-enhancer socket-enhancer.c -fPIC -ldl -Wall -Wextra