chore(Makefile): dl libft before build
This commit is contained in:
parent
fec6a59f6b
commit
673c289b91
1
Makefile
1
Makefile
|
@ -36,6 +36,7 @@ $(NAME): create_libft $(OBJ) $(INC)
|
||||||
@echo "$(GREEN)[OK]$(WHITE) $(NAME)"
|
@echo "$(GREEN)[OK]$(WHITE) $(NAME)"
|
||||||
|
|
||||||
create_libft:
|
create_libft:
|
||||||
|
@git submodule update --init
|
||||||
@make -C $(LIB_NAME)
|
@make -C $(LIB_NAME)
|
||||||
@cp $(LIB_NAME)/inc/libft.h inc/libft.h
|
@cp $(LIB_NAME)/inc/libft.h inc/libft.h
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue