diff options
| author | Dominik Kaiser | 2024-05-07 15:18:01 +0200 |
|---|---|---|
| committer | Dominik Kaiser | 2024-05-07 15:18:01 +0200 |
| commit | 7af46f10e23296baa72b70e5fbc72eb35e2a9b01 (patch) | |
| tree | 14d0f86716a7bd32b82c18985af4649fc46611ef /Makefile | |
| parent | bf5ee9f9aba9f8c5ec34f103e8848daae76f3c15 (diff) | |
| download | pipex-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |
