mirror of
https://github.com/PHJArea217/socket-enhancer
synced 2024-11-22 00:41:00 +02:00
Change to CC variable
This commit is contained in:
parent
14a8d512e5
commit
2df8c06cb6
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.
Loading…
Reference in New Issue
Block a user