- no call to link.mk from compile.mk

git-svn-id: http://moon:8086/svn/software/trunk/make@922 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-06-01 17:40:13 +00:00
parent b6735fefe1
commit 6c70eb4022
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -34,5 +34,4 @@ pkg_info:
@echo Package $(NAME)
-include $(DEPS)
include $(MAKE_HOME)/link.mk
+2
View File
@@ -2,6 +2,8 @@ LDFLAGS_release +=
LDFLAGS_debug += -g
LDFLAGS += ${LFLAGS_${CONFIG}}
OBJS = $(shell find ${BUILD_DIR} -name *.o 2>/dev/null)
link: target_info ${BUILD_DIR}/${TARGET}
run: app
@echo Running ${TARGET}