From: Dominik Kaiser Date: Thu, 2 May 2024 14:51:49 +0000 (+0200) Subject: Add libft header to Makefile X-Git-Url: https://git.dkaiser.de/?a=commitdiff_plain;h=6874209120afbd8e4a4826742142fe769c1f008d;p=42%2Fpipex.git Add libft header to Makefile --- 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