From 6874209120afbd8e4a4826742142fe769c1f008d Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Thu, 2 May 2024 16:51:49 +0200 Subject: [PATCH] Add libft header to Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a7c15a4..662ec7c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ NAME := pipex CC = cc CFLAGS = -Wall -Wextra -Werror -HEADERS = -Iinclude +HEADERS = -Iinclude -Ilibft LIBS = -Llibft -lft VPATH := src -- 2.47.2