diff --git a/Makefile b/Makefile index 37aca0d..8298b84 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC = gcc -CFLAGS = -Wall -Wextra -Werror +CFLAGS = -Wall -Wextra -Werror -g NAME = bozolib.a SRC_DIR = src