From b50e57cc138fd19ed19da665daba54890995dca3 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Thu, 26 Sep 2024 00:14:12 +0300 Subject: Now it will work --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d2ea389..7ca6edb 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,13 @@ OBJS += cptc.o OBJS += main.o OBJS += requestHandler.o +OBJS += downloadAvatar.o +CFLAGS += $(shell curl-config --cflags) CFLAGS += -std=c11 + +LDFLAGS += $(shell curl-config --libs) +LDFLAGS += -lcpetpet RM = rm -f all: cptc -- cgit 1.4.1