nailhaefornailhae's blognailhae.hashnode.net·Dec 30, 2022Makefile relink 원인과 해결 방법아래 Makefile에서 make 실행 시 relink 문제가 발생했다. (어떤 부분이 문제일지 한 번 찾아보세요.) CC = cc CFLAGS = -Wall -Wextra -Werror NAME = program INCLUDES_DIR = ./includes SRCS_DIR = ./srcs SRCS = main.c OBJS_DIR = ./objs OBJS = $(addprefix $(OBJS_DIR)/, $(notdir $(SRCS:.c...168 readsMakefileAdd a thoughtful commentNo comments yetBe the first to start the conversation.