mirror of
https://github.com/PHJArea217/socket-enhancer
synced 2025-12-07 17:15:12 +02:00
Change to CC variable
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,7 +1,7 @@
|
||||
all: socket-enhancer
|
||||
|
||||
socket-enhancer: socket-enhancer.c
|
||||
gcc -shared -fstack-protector-strong -o socket-enhancer socket-enhancer.c -fPIC -ldl -Wall -Wextra -Wl,-z,relro,-z,now
|
||||
$(CC) -shared -fstack-protector-strong -o socket-enhancer socket-enhancer.c -fPIC -ldl -Wall -Wextra -Wl,-z,relro,-z,now
|
||||
clean:
|
||||
rm -f socket-enhancer
|
||||
|
||||
|
||||
BIN
socket-enhancer
Executable file
BIN
socket-enhancer
Executable file
Binary file not shown.
Reference in New Issue
Block a user