mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-03 08:20:28 +00:00
Make curl
example into a complete tool (#706)
You can now handily use `curl` with popen()/system() by placing `STATIC_YOINK("_curl")` in your main source file.
This commit is contained in:
parent
dd04aeba1c
commit
f6b3019796
8 changed files with 96 additions and 4 deletions
|
@ -5,6 +5,7 @@
|
|||
o/$(MODE)/tool: \
|
||||
o/$(MODE)/tool/args \
|
||||
o/$(MODE)/tool/build \
|
||||
o/$(MODE)/tool/curl \
|
||||
o/$(MODE)/tool/decode \
|
||||
o/$(MODE)/tool/hash \
|
||||
o/$(MODE)/tool/lambda \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue