We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a617e40 commit 1d78a63Copy full SHA for 1d78a63
Makefile
@@ -6,7 +6,7 @@
6
# By: cphillip <cphillip@student.hive.fi> +#+ +:+ +#+ #
7
# +#+#+#+#+#+ +#+ #
8
# Created: 2020/12/16 14:26:38 by cphillip #+# #+# #
9
-# Updated: 2020/12/16 16:41:36 by cphillip ### ########.fr #
+# Updated: 2020/12/22 13:15:15 by cphillip ### ########.fr #
10
# #
11
# **************************************************************************** #
12
@@ -32,7 +32,7 @@ INC = ./includes
32
all: $(NAME)
33
34
$(NAME): $(SRC_FILES) $(INC)/ft_printf.h
35
- @if git submodule status | egrep -q '^[-]' ; then \
+ @if git submodule status | egrep -q '^[-] | ^[ ]' ; then \
36
echo "INFO: Initializing git submodules"; \
37
git submodule update --init; \
38
fi
libft
0 commit comments