From 9ac3ddf1491fb62dc8bb33a0e1e977b15a520c5b Mon Sep 17 00:00:00 2001 From: Lukas Jiriste Date: Thu, 23 May 2024 09:33:01 +0200 Subject: [PATCH] Clear mutex.c as dependency from Makefile --- philo_bonus/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/philo_bonus/Makefile b/philo_bonus/Makefile index d2b2550..0044792 100644 --- a/philo_bonus/Makefile +++ b/philo_bonus/Makefile @@ -14,7 +14,6 @@ SRCS := main.c \ pars_arg.c \ inner_pars_arg.c \ mem_management.c \ - mutex.c \ SRCS := $(addprefix $(SRCDIR)/, $(SRCS)) OBJS := $(SRCS:%.c=%.o) -- 2.30.2