From cea6abd8faa5570ab06d40eae08f8c3aa519671c Mon Sep 17 00:00:00 2001 From: turret Date: Mon, 18 Dec 2023 14:05:04 -0600 Subject: build: link against libcurl --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8a8503e..d6f1d56 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CC = gcc CFLAGS = -std=c99 -O3 -g -Wall -Wextra -Wpedantic -masm=intel CFLAGS += -Iinclude -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L CFLAGS += -Wno-unused-result -LDFLAGS = -Tlinker.ld -no-pie +LDFLAGS = -Tlinker.ld -no-pie -g -lcurl SRC = $(wildcard *.c **/*.c) OBJ = $(SRC:.c=.o) -- cgit v1.2.3