link needs compile

This commit is contained in:
2025-10-26 12:05:03 +01:00
parent e07fbf1860
commit 98eddf6cff
+1 -2
View File
@@ -2,7 +2,7 @@ LDFLAGS += ${LDFLAGS_${CONFIG}}
OBJS = $(shell find ${BUILD_DIR} -name *.o 2>/dev/null)
link: target_info ${BUILD_DIR}/${TARGET}
link: compile target_info ${BUILD_DIR}/${TARGET}
${BUILD_DIR}/${TARGET}: ${OBJS} $(BUILD_DIR)
$(CC) ${LDFLAGS} ${OBJS} ${LIBS} -o $@
@@ -14,4 +14,3 @@ distclean:
rm -rf ${BUILD_DIR}