summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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