From 8848fa6069a80b59f3f2a650274384d436e40ab3 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Sun, 24 Nov 2024 19:38:58 +0300 Subject: Move to libhttpc --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cf3f113..51f4f55 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ CFLAGS += -std=c11 LDLIBS += $(shell curl-config --libs) LDLIBS += -lcurl LDLIBS += -lcpetpet +LDLIBS += -lhttpc RM = rm -f all: cptc -- cgit 1.4.1