4 lines
92 B
Bash
4 lines
92 B
Bash
|
clang++ ../http/http_connector.cpp \
|
||
|
./main_http.cpp \
|
||
|
-o main_http -lcurl && ./main_http
|