aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorspl3g <spleefer6@yandex.ru>2025-03-24 22:54:28 +0300
committerspl3g <spleefer6@yandex.ru>2025-03-24 22:54:28 +0300
commit17d88d9443e41f50daff5283a018a97d9c8a5a8e (patch)
tree0cac579612125cf45ecdc3bc82d995d065799e3f /Makefile
parent57801baf56024f0e209e850cf7a7ec1eb7377649 (diff)
Rename the libnamemain
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)