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 1841707..9cc953f 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 +SRC := main.c ft_utils.c simulation.c OBJ_DIR := _obj OBJ := $(addprefix $(OBJ_DIR)/, $(SRC:%.c=%.o)) |
