From c902d132c3e59e2fc14babd8e010e6552a1ed23c Mon Sep 17 00:00:00 2001 From: Adam JOLY Date: Mon, 4 Nov 2024 19:10:08 +0100 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=94=A8=E3=80=8D=20fix(More=20bra?= =?UTF-8?q?inzzz):=20Changed=20executable=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ ex01/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 64d0bab..90c63de 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ compile_commands.json .cache .direnv flake.lock +zombie +zombieHorde diff --git a/ex01/Makefile b/ex01/Makefile index b226063..874b3ed 100644 --- a/ex01/Makefile +++ b/ex01/Makefile @@ -6,11 +6,11 @@ # By: adjoly +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2024/10/25 16:09:27 by adjoly #+# #+# # -# Updated: 2024/11/04 18:53:24 by adjoly ### ########.fr # +# Updated: 2024/11/04 19:09:31 by adjoly ### ########.fr # # # # **************************************************************************** # -NAME = zombie +NAME = zombieHorde CC = c++