From c9736863feea7b911c87279d84d41db6315e4a77 Mon Sep 17 00:00:00 2001 From: YZBruh Date: Sun, 5 May 2024 20:55:59 +0300 Subject: [PATCH] pmt: initial 1.9.0 update --- config/source.mk | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/config/source.mk b/config/source.mk index 264e6d5..7f91e5c 100644 --- a/config/source.mk +++ b/config/source.mk @@ -16,14 +16,9 @@ # sources SRCS := \ - $(SOURCE_DIR)/$(TARGET).c \ - $(SOURCE_DIR)/error.c \ - $(SOURCE_DIR)/checkers.c \ - $(SOURCE_DIR)/listpart.c \ - $(SOURCE_DIR)/flash.c \ - $(SOURCE_DIR)/backup.c \ - $(SOURCE_DIR)/format.c \ - $(SOURCE_DIR)/docs.c + $(wildcard $(SOURCE_DIR)/*.c) # only the reason why the resource list is available is that: # construction of a code was made with a different make sub-process in the old compilation logic. And then the built files were saved. And the main structure was created. But no longer needs it. According to new logic... + +# end