- fixed compile dependy inclusion

- refactored link part into link.mk

git-svn-id: http://moon:8086/svn/software/trunk/make@901 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-06-01 06:05:11 +00:00
parent d0a284363a
commit c38018073f
2 changed files with 27 additions and 11 deletions
+7
View File
@@ -0,0 +1,7 @@
-include $(DEPS)
${BUILD_DIR}/${TARGET}: ${OBJS} $(BUILD_DIR)
gcc ${LFLAGS} ${OBJS} ${LIBS} -o $@
test:
@echo $(DEPS)