diff options
| author | Dominik Kaiser | 2025-01-26 12:44:13 +0100 |
|---|---|---|
| committer | Dominik Kaiser | 2025-01-26 12:44:13 +0100 |
| commit | 0dad3463b22e541153dcfded178eb0f3fe428cbd (patch) | |
| tree | 88e39f083a355727fc8cf5772e7948fb7990bd47 /philo/Makefile | |
| parent | 0813f4153af4723d3fddffea6926243f3a94fa57 (diff) | |
| download | Philosophers-0dad3463b22e541153dcfded178eb0f3fe428cbd.tar.gz Philosophers-0dad3463b22e541153dcfded178eb0f3fe428cbd.zip | |
Update simulation and fix norme errors
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 9cc953f..0d55726 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 +SRC := main.c ft_utils.c simulation.c philo_eat.c OBJ_DIR := _obj OBJ := $(addprefix $(OBJ_DIR)/, $(SRC:%.c=%.o)) |
