mirror of
https://github.com/PHJArea217/socket-enhancer
synced 2025-12-08 09:25:12 +02:00
Change to CC variable
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,7 +1,7 @@
|
|||||||
all: socket-enhancer
|
all: socket-enhancer
|
||||||
|
|
||||||
socket-enhancer: socket-enhancer.c
|
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:
|
clean:
|
||||||
rm -f socket-enhancer
|
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