From 26538039a17ffae8b1dd2d00024c778a23ec16d3 Mon Sep 17 00:00:00 2001 From: Guy Baconniere Date: Fri, 22 Oct 2021 16:07:10 +0200 Subject: [PATCH] 2021-10-22 16:07:10 --- libft/Makefile | 10 +++++++++- libft/README.md | 8 +++++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/libft/Makefile b/libft/Makefile index 7488839..7e63f4f 100644 --- a/libft/Makefile +++ b/libft/Makefile @@ -6,7 +6,7 @@ # By: gbaconni +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2021/10/22 09:10:00 by gbaconni #+# #+# # -# Updated: 2021/10/22 15:02:43 by gbaconni ### ########.fr # +# Updated: 2021/10/22 16:06:06 by gbaconni ### ########.fr # # # # **************************************************************************** # # @@ -39,6 +39,14 @@ RMFLAGS = -f all: compile test +help: + @echo "a: nemequ/µnit" + @echo "b: Tripouille/libftTester" + @echo "c: jtoty/Libftest" + @echo "d: alelievr/libft-unit-test" + @echo "test: a b c d" + @echo "update: git pull" + a: update compile @./$(OUT) || true diff --git a/libft/README.md b/libft/README.md index 1f8ecac..20682b4 100644 --- a/libft/README.md +++ b/libft/README.md @@ -33,14 +33,16 @@ make update ``` cd 42test/libft -# work on both MacOS X and Linux +# Display various options +make help + # Tripouille/libftTester (Very Good) make b + # jtoty/Libftest (Also Nice) make c -# work on Linux -# nemequ/µnit w/ my own Unit Testing +# nemequ/µnit w/ my own Unit Testing (Alpha software not working well) make a # work on MacOS X