From 17d88d9443e41f50daff5283a018a97d9c8a5a8e Mon Sep 17 00:00:00 2001 From: spl3g Date: Mon, 24 Mar 2025 22:54:28 +0300 Subject: Rename the libname --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 543ef5d..5d3b62c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CC = gcc AR = ar CFLAGS = -Wall -Wextra -fPIC -Iinclude/ -LIBNAME = chttp +LIBNAME = libchttp SOURCES = $(wildcard src/*.c) OBJECTS = $(SOURCES:.c=.o) -- cgit v1.2.3