From: Lukas Jiriste Date: Thu, 28 Nov 2024 11:11:19 +0000 (+0100) Subject: Break line in Makefile to fit in 80 chars X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;h=8480d94149ff20c7845a24bb9043cc74c19bddd9;p=Libft.git Break line in Makefile to fit in 80 chars --- diff --git a/Makefile b/Makefile index 502f614..dd57c81 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,8 @@ RM := rm -f INCDIR = ./inc INCLUDE := $(addprefix -I, $(INCDIR)) -SRCDIR := ft_gen ft_math ft_str ft_mem ft_io ft_check ft_conv ft_lst ft_arr ft_parse ft_struct +SRCDIR := ft_gen ft_math ft_str ft_mem ft_io ft_check ft_conv \ + ft_lst ft_arr ft_parse ft_struct SRCstruct:= ft_stack_free.c \ ft_stack_init.c \