Change to CC variable

This commit is contained in:
Peter H. Jin 2021-08-08 01:15:57 -05:00
parent 14a8d512e5
commit 2df8c06cb6
2 changed files with 1 additions and 1 deletions

View File

@ -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

Binary file not shown.