diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-01-08 17:57:23 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-01-08 17:57:23 +0100 |
| commit | 36c5e3a81de8b910bc04a37994b53296c1540353 (patch) | |
| tree | ed8ff37d914606ba3b4d6921956bd9b29cac0f17 /common/Makefile | |
| parent | ad7ed73c124c8fcda6629350307f0f4f41b87fe3 (diff) | |
| download | philosophers-36c5e3a81de8b910bc04a37994b53296c1540353.tar.gz philosophers-36c5e3a81de8b910bc04a37994b53296c1540353.tar.bz2 philosophers-36c5e3a81de8b910bc04a37994b53296c1540353.zip | |
Added separate thread to flush buffer in philo_one and philo_two
Diffstat (limited to 'common/Makefile')
| -rw-r--r-- | common/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/Makefile b/common/Makefile index e40fb30..fad09a8 100644 --- a/common/Makefile +++ b/common/Makefile @@ -6,7 +6,7 @@ # By: cacharle <marvin@42.fr> +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/02/09 22:39:08 by cacharle #+# #+# # -# Updated: 2021/01/08 14:32:37 by charles ### ########.fr # +# Updated: 2021/01/08 15:05:48 by charles ### ########.fr # # # # **************************************************************************** # @@ -19,7 +19,7 @@ OBJDIR = obj INCDIR = inc CC = gcc -CCFLAGS = -std=c99 -Wall -Wextra -Werror -O2 -I$(INCDIR) +CCFLAGS = -std=c99 -O2 -I$(INCDIR) -Wall -Wextra #-Werror NAME = libphilocommon.a |
