Skip to content

Commit 1d78a63

Browse files
committed
updated makefile
1 parent a617e40 commit 1d78a63

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# By: cphillip <cphillip@student.hive.fi> +#+ +:+ +#+ #
77
# +#+#+#+#+#+ +#+ #
88
# Created: 2020/12/16 14:26:38 by cphillip #+# #+# #
9-
# Updated: 2020/12/16 16:41:36 by cphillip ### ########.fr #
9+
# Updated: 2020/12/22 13:15:15 by cphillip ### ########.fr #
1010
# #
1111
# **************************************************************************** #
1212

@@ -32,7 +32,7 @@ INC = ./includes
3232
all: $(NAME)
3333

3434
$(NAME): $(SRC_FILES) $(INC)/ft_printf.h
35-
@if git submodule status | egrep -q '^[-]' ; then \
35+
@if git submodule status | egrep -q '^[-] | ^[ ]' ; then \
3636
echo "INFO: Initializing git submodules"; \
3737
git submodule update --init; \
3838
fi

libft

Submodule libft updated 1 file

0 commit comments

Comments
 (0)