From: Lukáš Jiřiště Date: Wed, 16 Apr 2025 19:27:30 +0000 (+0200) Subject: Update Makefile so it downloads Libft X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;h=ea613138892aede827de235008420f883cabb4a8;p=FET_sim.git Update Makefile so it downloads Libft --- 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