summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDominik Kaiser2024-05-07 15:18:01 +0200
committerDominik Kaiser2024-05-07 15:18:01 +0200
commit7af46f10e23296baa72b70e5fbc72eb35e2a9b01 (patch)
tree14d0f86716a7bd32b82c18985af4649fc46611ef /Makefile
parentbf5ee9f9aba9f8c5ec34f103e8848daae76f3c15 (diff)
downloadpipex-7af46f10e23296baa72b70e5fbc72eb35e2a9b01.tar.gz
pipex-7af46f10e23296baa72b70e5fbc72eb35e2a9b01.zip
Add changes from input_handling
This is not how it should be done, but I just need to finish this quickly.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 662ec7c..69c304e 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ HEADERS = -Iinclude -Ilibft
LIBS = -Llibft -lft
VPATH := src
-SRC = main.c
+SRC = main.c env_utils.c input_handling.c
OBJ_DIR := obj
OBJ := $(addprefix $(OBJ_DIR)/, $(SRC:%.c=%.o))