From 691edfa59e04cb15d4c9e19830518dcfa3c37d43 Mon Sep 17 00:00:00 2001 From: marvin Date: Sun, 24 Oct 2021 08:56:36 +0200 Subject: [PATCH] 2021-10-24 08:56:36 --- libft/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libft/Makefile b/libft/Makefile index b1ce41f..85d2219 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:50:59 by gbaconni ### lausanne.ch # +# Updated: 2021/10/24 08:56:04 by gbaconni ### lausanne.ch # # # # **************************************************************************** # # @@ -113,7 +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) -I${LIBRARY} -L${LIBRARY} ${LIBS} -DMUNIT_DISABLE_TIMING=1 -o $(OUT) $(SRC) clean: @make -C $(LIBRARY) clean || true