mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:03:40 +03:00
port number fix, now stores the processed request sent to the server
This commit is contained in:
parent
5cffe055ad
commit
3eead2d6c4
2 changed files with 23 additions and 27 deletions
|
|
@ -1,7 +1,5 @@
|
|||
CC = gcc
|
||||
OPTIM = -O2
|
||||
DEF = -DDEFAULT_PORT=7676
|
||||
CFLAGS = -g -Wall $(OPTIM) $(DEF)
|
||||
CFLAGS = -g -Wall
|
||||
|
||||
.PHONY: all clean
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue