diff options
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 9cd7e26..0f33d41 100644 --- a/philo/Makefile +++ b/philo/Makefile @@ -9,7 +9,7 @@ CFLAGS = -Wall -Wextra -Werror HEADERS = -Iinclude VPATH := src -SRC := main.c init.c ft_utils.c simulation.c philo_eat.c +SRC := main.c init.c ft_utils.c simulation.c philo_eat.c sim_controls.c OBJ_DIR := _obj OBJ := $(addprefix $(OBJ_DIR)/, $(SRC:%.c=%.o)) |
