Add Makefile

This commit is contained in:
Peter H. Jin 2021-06-16 17:57:18 -05:00
parent 26e5a3ff39
commit 4c60187a6b
1 changed files with 2 additions and 0 deletions

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