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')