2021-10-29 17:50:09

This commit is contained in:
gbaconni
2021-10-29 17:50:09 +02:00
parent 23c7ae3dea
commit e42f5bd8cf
2 changed files with 21 additions and 3 deletions

View File

@@ -1,14 +1,32 @@
--- a/Makefile --- a/Makefile
+++ b/Makefile +++ b/Makefile
@@ -14,7 +14,7 @@ CC = gcc @@ -6,7 +6,7 @@
# By: ysoroko <ysoroko@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/11/28 19:44:45 by ysoroko #+# #+# #
-# Updated: 2021/01/18 12:37:32 by ysoroko ### ########.fr #
+# Updated: 2021/10/29 17:46:51 by gbaconni ### ########.fr #
# #
# **************************************************************************** #
@@ -14,13 +14,14 @@ CC = gcc
CFLAGS = -Wall -Wextra -Werror CFLAGS = -Wall -Wextra -Werror
-SRC = ../*.c \ -SRC = ../*.c \
+SRC = ../libft/ft_split.c ../libft/ft_bzero.c ../libft/ft_calloc.c ../libft/ft_memcpy.c ../libft/ft_memset.c ../libft/ft_strlen.c \ +SRC = \
ft_compare_results.c \ ft_compare_results.c \
ft_mem_count.c \ ft_mem_count.c \
ft_my_split.c \ ft_my_split.c \
ft_print.c \
ft_run_test.c \
main.c \
+ -L../libft -I../libft -lft
AND = &&
diff --git a/a.out b/a.out
deleted file mode 100755
--- a/ft.h --- a/ft.h
+++ b/ft.h +++ b/ft.h
@@ -13,15 +13,24 @@ @@ -13,15 +13,24 @@

View File

@@ -6,7 +6,7 @@
# By: gbaconni <gbaconni@42lausanne.ch> +#+ +:+ +#+ # # By: gbaconni <gbaconni@42lausanne.ch> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ # # +#+#+#+#+#+ +#+ #
# Created: 2021/10/22 09:10:00 by gbaconni #+# #+# # # Created: 2021/10/22 09:10:00 by gbaconni #+# #+# #
# Updated: 2021/10/28 21:45:43 by gbaconni ### lausanne.ch # # Updated: 2021/10/29 17:38:08 by gbaconni ### ########.fr #
# # # #
# **************************************************************************** # # **************************************************************************** #
# #