From: Lukas Jiriste Date: Thu, 23 May 2024 07:33:01 +0000 (+0200) Subject: Clear mutex.c as dependency from Makefile X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;h=9ac3ddf1491fb62dc8bb33a0e1e977b15a520c5b;p=42%2Fphilosophers.git Clear mutex.c as dependency from Makefile --- 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)