diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-01-01 16:39:36 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-01-01 16:39:36 +0100 |
| commit | a73b1e33ae3a4f55e3dd19defa1b853bc58f1eeb (patch) | |
| tree | ee14275a0f1ad9b8ddfa8feee1ee77ce0de5f285 /philo_three/Makefile | |
| parent | b9d93edf40f228fcc6e18e9e6d0a1c5db498c004 (diff) | |
| download | philosophers-a73b1e33ae3a4f55e3dd19defa1b853bc58f1eeb.tar.gz philosophers-a73b1e33ae3a4f55e3dd19defa1b853bc58f1eeb.tar.bz2 philosophers-a73b1e33ae3a4f55e3dd19defa1b853bc58f1eeb.zip | |
Fixing meal num for philo_three
Diffstat (limited to 'philo_three/Makefile')
| -rw-r--r-- | philo_three/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/philo_three/Makefile b/philo_three/Makefile index 32b3982..17c5b46 100644 --- a/philo_three/Makefile +++ b/philo_three/Makefile @@ -6,7 +6,7 @@ # By: cacharle <marvin@42.fr> +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2019/11/24 05:50:15 by cacharle #+# #+# # -# Updated: 2020/10/24 13:02:46 by charles ### ########.fr # +# Updated: 2021/01/01 16:28:33 by charles ### ########.fr # # # # **************************************************************************** # @@ -16,7 +16,7 @@ MAKE = make --no-print-directory COMMON_DIR = ../common CC = gcc -CCFLAGS = -I$(COMMON_DIR) -Wall -Wextra -Werror +CCFLAGS = -I$(COMMON_DIR) -O2 -std=c99 -Wall -Wextra #-Werror LDFLAGS = -lpthread -L$(COMMON_DIR) -lphilocommon NAME = philo_three |
