From 0d910cd1b5e3b40ef91c4ee5334305530015a181 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Fri, 17 Jan 2025 12:40:20 +0100 Subject: Add loading data from args --- philo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'philo/Makefile') diff --git a/philo/Makefile b/philo/Makefile index b3af4fb..1841707 100644 --- a/philo/Makefile +++ b/philo/Makefile @@ -9,7 +9,7 @@ CFLAGS = -Wall -Wextra -Werror HEADERS = -Iinclude VPATH := src -SRC := main.c +SRC := main.c ft_utils.c OBJ_DIR := _obj OBJ := $(addprefix $(OBJ_DIR)/, $(SRC:%.c=%.o)) -- cgit v1.2.3