diff options
| author | Julian Hurst <ark@mansus.space> | 2024-03-10 02:35:08 +0100 |
|---|---|---|
| committer | Julian Hurst <ark@mansus.space> | 2024-03-10 02:35:08 +0100 |
| commit | 89173069e85416539b1256ed1ae1c77e89550ae6 (patch) | |
| tree | d2f42c63b91306ad1b4693737ab1e35514d746b9 /build.sh | |
| parent | 69712258bafda1258454e6336faabf527f207e3b (diff) | |
| download | hacurl-89173069e85416539b1256ed1ae1c77e89550ae6.tar.gz | |
Allow retrieving in memory response struct, and cleanup
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #!/bin/sh -hare build $(pkg-config --libs-only-L --libs-only-l libcurl) curl.ha +hare build $(pkg-config --libs-only-L --libs-only-l libcurl) -o hacurl cmd/main.ha |
