From ea613138892aede827de235008420f883cabb4a8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Luk=C3=A1=C5=A1=20Ji=C5=99i=C5=A1t=C4=9B?= Date: Wed, 16 Apr 2025 21:27:30 +0200 Subject: [PATCH] Update Makefile so it downloads Libft --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index acd4188..9915d68 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ nodebug : FORCE : ; -Libft/libft.a : FORCE +Libft/libft.a : FORCE | Libft/Makefile $(MAKE) -C Libft $(NAME) : $(OBJECTS) Libft/libft.a -- 2.30.2