diff options
| author | Dominik Kaiser | 2025-01-28 13:21:34 +0100 |
|---|---|---|
| committer | Dominik Kaiser | 2025-01-28 13:21:34 +0100 |
| commit | ec7a989cf45440e41d43e7fa2d2ce660fa499933 (patch) | |
| tree | d96f76a0bd031db581ebd8731f8f22b4eb291862 /philo/Makefile | |
| parent | 8ba41264ba8a6a37680df5eb94459dd4b8e1276c (diff) | |
| download | Philosophers-ec7a989cf45440e41d43e7fa2d2ce660fa499933.tar.gz Philosophers-ec7a989cf45440e41d43e7fa2d2ce660fa499933.zip | |
Outsource init func to seperate file
Diffstat (limited to 'philo/Makefile')
| -rw-r--r-- | philo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/philo/Makefile b/philo/Makefile index 0d55726..9cd7e26 100644 --- a/philo/Makefile +++ b/philo/Makefile @@ -9,7 +9,7 @@ CFLAGS = -Wall -Wextra -Werror HEADERS = -Iinclude VPATH := src -SRC := main.c ft_utils.c simulation.c philo_eat.c +SRC := main.c init.c ft_utils.c simulation.c philo_eat.c OBJ_DIR := _obj OBJ := $(addprefix $(OBJ_DIR)/, $(SRC:%.c=%.o)) |
