summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-01-13 04:03:40 +0100
committerkdx <kikoodx@paranoici.org>2023-01-13 04:03:40 +0100
commit1684f585b61073f5fb13126868c4a6b2298c18d0 (patch)
tree1674877bcaea29f444aee3697ee43f6e23e8cd45 /build.sh
parentf9ca781f1222c95272b7f380460cf093821b5bee (diff)
downloadcite-scrapper-1684f585b61073f5fb13126868c4a6b2298c18d0.tar.gz
scrap movie posters
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 983c5fd..772a236 100755
--- a/build.sh
+++ b/build.sh
@@ -1,2 +1,4 @@
#!/bin/sh
-gcc -g -Wall -Wextra -Wno-pointer-sign $(xml2-config --cflags --libs) -o cite cite.c
+gcc -Wall -Wextra -Wno-pointer-sign \
+ -lcurl $(xml2-config --cflags --libs) \
+ -o scrap cite.c