From 318aef598a1c3b974c50c6d19c59fdb3e1068b35 Mon Sep 17 00:00:00 2001 From: jordan Date: Sat, 16 Jul 2022 17:52:55 +0930 Subject: [PATCH] updated headers --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 74497a0..8c46cba 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ OBJ_DEST = objects ARCHIVE_DEST = archives HEADER_DEST = headers -CFLAGS = -Wall -Werror -Wextra -I $(HEADER_DEST) -I $(HDR_INCL) +CFLAGS = -Wall -Werror -Wextra -I $(HEADER_DEST) OBJS = $(SRCS:srcs/%.c=objects/%.o)