From 9ef012a8016b81fc6063c4fc9e861a22b5bd5dac Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 13 Sep 2020 17:48:17 +0200 Subject: Added SHLVL increment, PATH add /sbin if not present --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d0496bf..ccf5433 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: cacharle +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/02/03 04:14:24 by cacharle #+# #+# # -# Updated: 2020/06/17 16:26:19 by charles ### ########.fr # +# Updated: 2020/09/13 16:02:22 by charles ### ########.fr # # # # **************************************************************************** # @@ -52,7 +52,7 @@ $(NAME): $(OBJ) $(OBJDIR)/%.o: $(SRCDIR)/%.c $(INCLUDE) @echo "Compiling: $@" - @$(CC) $(CCFLAGS) -c -o $@ $< + @$(CC) $(CCFLAGS) $(MINISHELL_TEST_FLAGS) -c -o $@ $< .PHONY: clean clean: libft_clean -- cgit