summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Kaiser2024-05-02 16:51:49 +0200
committerDominik Kaiser2024-05-02 16:51:49 +0200
commit6874209120afbd8e4a4826742142fe769c1f008d (patch)
tree781e9be2a9775121330ddc4a97e4f19cb5ececb0
parent87f506fc6edf8140cc6ec1aede38bb316a2e4933 (diff)
downloadpipex-6874209120afbd8e4a4826742142fe769c1f008d.tar.gz
pipex-6874209120afbd8e4a4826742142fe769c1f008d.zip
Add libft header to Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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