We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2def953 commit cb3e7e1Copy full SHA for cb3e7e1
httpd/Makefile
@@ -1,5 +1,5 @@
1
httpd: httpd.c
2
- gcc -Wall -Wextra -o httpd httpd.c -lpthread
+ $(CC) -Wall -Wextra -o httpd httpd.c -lpthread
3
4
clean:
5
rm -f httpd
ringbuffer/Makefile
all:
- gcc -Wall -Wextra -o ringbuffer ringbuffer.c
+ $(CC) -Wall -Wextra -o ringbuffer ringbuffer.c
rm -f ringbuffer
0 commit comments