Skip to content

Commit

Permalink
Fix readline relink
Browse files Browse the repository at this point in the history
  • Loading branch information
arzelcm committed Jun 17, 2024
1 parent 919f60c commit 91419eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ libft_fclean:
test_clean:
@rm -rf $(TESTDIR) $(TESTREPO)

$(READLINE_LIB): $(READLINE_DIR)
$(READLINE_LIB): | $(READLINE_DIR)
printf "$(BLUE)Compiling and linking library...$(DEF_COLOR)\n"
$(MAKE) -s --no-print-directory -C $(READLINE_DIR) >>$(LOG) 2>&1
printf "$(GREEN)\r\033[2K[✓] $(PINK)readline$(GREEN) created!!!$(DEF_COLOR)\n\n"
Expand Down

0 comments on commit 91419eb

Please sign in to comment.