13 lines
141 B
Makefile
13 lines
141 B
Makefile
|
|
||
|
make:
|
||
|
gcc main.c wren.c -lcurl -lm -lpthread -o wren
|
||
|
|
||
|
|
||
|
make3:
|
||
|
g++ main3.c wren.c -lcurl -lm -o wren3
|
||
|
|
||
|
|
||
|
|
||
|
run:
|
||
|
./wren_requests_example
|