projects
/
42
/
philosophers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
200b1b4
)
Clear mutex.c as dependency from Makefile
author
Lukas Jiriste
<ljiriste@student.42prague.com>
Thu, 23 May 2024 07:33:01 +0000
(09:33 +0200)
committer
Lukas Jiriste
<ljiriste@student.42prague.com>
Thu, 23 May 2024 07:33:01 +0000
(09:33 +0200)
philo_bonus/Makefile
patch
|
blob
|
history
diff --git
a/philo_bonus/Makefile
b/philo_bonus/Makefile
index d2b25509028f085b9e27642afec770809e699196..0044792a478e5cb65246d3b639166daaa06e0629 100644
(file)
--- 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)