diff --git a/libft/Makefile b/libft/Makefile index 85d2219..e6c0a5b 100644 --- a/libft/Makefile +++ b/libft/Makefile @@ -6,7 +6,7 @@ # By: +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2021/10/22 09:10:00 by gbaconni #+# #+# # -# Updated: 2021/10/24 08:56:04 by gbaconni ### lausanne.ch # +# Updated: 2021/10/24 06:59:36 by gbaconni ### ########.fr # # # # **************************************************************************** # # @@ -113,8 +113,7 @@ update: compile: @make -C $(LIBRARY) all - $(CC) $(CFLAGS) -I$(INCLUDE) -I${LIBRARY} -L${LIBRARY} ${LIBS} -DMUNIT_DISABLE_TIMING=1 -o $(OUT) $(SRC) - + $(CC) $(CFLAGS) -I$(INCLUDE) $(SRC) -I${LIBRARY} -L${LIBRARY} ${LIBS} -DMUNIT_DISABLE_TIMING=1 -o $(OUT) clean: @make -C $(LIBRARY) clean || true @make -C libftTester clean || true diff --git a/libft/libft b/libft/libft index 285cd2c..37dc26e 120000 --- a/libft/libft +++ b/libft/libft @@ -1 +1 @@ -/Users/baco/42/libft/git \ No newline at end of file +/home/baco/42/libft/git \ No newline at end of file