2021-10-24 07:01:00

This commit is contained in:
Baco
2021-10-24 07:01:00 +00:00
parent 691edfa59e
commit 1d7045808e
2 changed files with 3 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
# By: <gbaconni@student.42lausanne.ch> +#+ +:+ +#+ # # By: <gbaconni@student.42lausanne.ch> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ # # +#+#+#+#+#+ +#+ #
# Created: 2021/10/22 09:10:00 by gbaconni #+# #+# # # 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: compile:
@make -C $(LIBRARY) all @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: clean:
@make -C $(LIBRARY) clean || true @make -C $(LIBRARY) clean || true
@make -C libftTester clean || true @make -C libftTester clean || true

View File

@@ -1 +1 @@
/Users/baco/42/libft/git /home/baco/42/libft/git