Break line in Makefile to fit in 80 chars
authorLukas Jiriste <ljiriste@student.42prague.com>
Thu, 28 Nov 2024 11:11:19 +0000 (12:11 +0100)
committerLukas Jiriste <ljiriste@student.42prague.com>
Thu, 28 Nov 2024 16:00:36 +0000 (17:00 +0100)
Makefile

index 502f6142cea00944051e4611921eb9a8e7b3d5dc..dd57c8188bc601a6195f9a1060ce0eeff62e69ff 100644 (file)
--- 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                                                                                 \