diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-09-28 15:02:51 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-09-28 15:02:51 +0200 |
| commit | ac4278405b7a258010219499cccc0dd978201caf (patch) | |
| tree | 501b23b1874b6fa264c9b612d0fe5b5ebc9cd26a /philo_one/Makefile | |
| parent | f0a36076950bf0c3356ad73382ce3d341cdb0463 (diff) | |
| download | philosophers-ac4278405b7a258010219499cccc0dd978201caf.tar.gz philosophers-ac4278405b7a258010219499cccc0dd978201caf.tar.bz2 philosophers-ac4278405b7a258010219499cccc0dd978201caf.zip | |
Added argument error reporting
Diffstat (limited to 'philo_one/Makefile')
| -rw-r--r-- | philo_one/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/philo_one/Makefile b/philo_one/Makefile index 5fe57d5..de41214 100644 --- a/philo_one/Makefile +++ b/philo_one/Makefile @@ -6,7 +6,7 @@ # By: cacharle <marvin@42.fr> +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2019/11/24 05:50:15 by cacharle #+# #+# # -# Updated: 2020/09/27 10:35:32 by charles ### ########.fr # +# Updated: 2020/09/28 14:12:28 by cacharle ### ########.fr # # # # **************************************************************************** # @@ -23,7 +23,7 @@ SRC = main.c \ forks.c \ routine.c \ io.c \ - common.c \ + args.c \ helper.c OBJDIR = obj |
