From 6f778a6ff1cdd9a4de18480459a6e238a55e426c Mon Sep 17 00:00:00 2001 From: starnakin Date: Wed, 28 Jun 2023 17:27:33 +0200 Subject: [PATCH] fix rename lib to bozolib.a --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3b4ff47..37aca0d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CC = gcc CFLAGS = -Wall -Wextra -Werror -NAME = bozolib +NAME = bozolib.a SRC_DIR = src OBJ_DIR = obj SOURCES = $(shell find $(SRC_DIR) -type f -name '*.c')