1
0
mirror of https://github.com/PHJArea217/socket-enhancer synced 2026-05-10 05:49:17 +03:00

Add Makefile

This commit is contained in:
Peter H. Jin
2021-06-16 17:57:18 -05:00
parent 26e5a3ff39
commit 4c60187a6b
+2
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