From 0e572cd34455acdcc153dc5952a460257ebaa5c1 Mon Sep 17 00:00:00 2001 From: yosyo Date: Mon, 3 Jun 2024 15:49:39 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=E2=9C=A8=E3=80=8D=20feat(Makefile):?= =?UTF-8?q?=20made=20the=20makefile=20cute=20:3=20(and=20use=20cc=20cuz=20?= =?UTF-8?q?gcc=20is=20way=20faster=20than=20clang,=20GNU=20supremacy)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 29 +++++++++++++++++++---------- libft/Makefile | 18 +++++++++--------- 2 files changed, 28 insertions(+), 19 deletions(-) diff --git a/Makefile b/Makefile index cf1a5b6..a935082 100644 --- a/Makefile +++ b/Makefile @@ -6,13 +6,15 @@ # By: mmoussou