From 8480d94149ff20c7845a24bb9043cc74c19bddd9 Mon Sep 17 00:00:00 2001 From: Lukas Jiriste Date: Thu, 28 Nov 2024 12:11:19 +0100 Subject: [PATCH] Break line in Makefile to fit in 80 chars --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- 2.30.2