aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 3ebc3ac9f5a751333880c933e715ffcbe45ec750 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# **************************************************************************** #
#                                                                              #
#                                                         :::      ::::::::    #
#    Makefile                                           :+:      :+:    :+:    #
#                                                     +:+ +:+         +:+      #
#    By: cacharle <marvin@42.fr>                    +#+  +:+       +#+         #
#                                                 +#+#+#+#+#+   +#+            #
#    Created: 2020/02/09 03:31:28 by cacharle          #+#    #+#              #
#    Updated: 2020/02/09 03:32:56 by cacharle         ###   ########.fr        #
#                                                                              #
# **************************************************************************** #

MAKE = make
MAKE_ARGS = -no-print-child

PHILO_ONE_DIR = philo_one
PHILO_TWO_DIR = philo_two
PHILO_THREE_DIR = philo_three

philo_one:
	$(MAKE) $(MAKE_ARGS) $(PHILO_ONE_DIR)

philo_two:
	$(MAKE) $(MAKE_ARGS) $(PHILO_TWO_DIR)

philo_two:
	$(MAKE) $(MAKE_ARGS) $(PHILO_THREE_DIR)