diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-09-30 08:18:29 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-09-30 08:18:29 +0200 |
| commit | 42360f381cebd6376c261b16038a7f12971f925e (patch) | |
| tree | 729473f216fc1627fd0a7af0252160897d677a0e /philo_one/Makefile | |
| parent | d7aea773431926cefb6430b948329da1662d1dee (diff) | |
| download | philosophers-42360f381cebd6376c261b16038a7f12971f925e.tar.gz philosophers-42360f381cebd6376c261b16038a7f12971f925e.tar.bz2 philosophers-42360f381cebd6376c261b16038a7f12971f925e.zip | |
Added 'has taken fork' log, Refactoring philo_one to work with new common lib
Diffstat (limited to 'philo_one/Makefile')
| -rw-r--r-- | philo_one/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/philo_one/Makefile b/philo_one/Makefile index 091bd56..ea58d9e 100644 --- a/philo_one/Makefile +++ b/philo_one/Makefile @@ -6,11 +6,14 @@ # By: cacharle <marvin@42.fr> +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2019/11/24 05:50:15 by cacharle #+# #+# # -# Updated: 2020/09/30 07:45:51 by cacharle ### ########.fr # +# Updated: 2020/09/30 08:00:20 by cacharle ### ########.fr # # # # **************************************************************************** # RM = rm -f +MAKE = make --no-print-directory + +COMMONDIR = ../common CC = gcc CCFLAGS = -I$(COMMONDIR) -Wall -Wextra #-Werror |
