aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)