From 6874bc39de6aa6a24280317bc31eba63d65282cc Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 27 Aug 2023 12:08:56 +0100 Subject: "handle src for" - change to handle make file an oversight, in a previous edit Signed-off-by: Leah Rowe --- resources/scripts/handle/config/file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/scripts/handle/config/file b/resources/scripts/handle/config/file index 89d57cd0..accbc811 100755 --- a/resources/scripts/handle/config/file +++ b/resources/scripts/handle/config/file @@ -248,7 +248,7 @@ copy_elf() fail "copy_elf: cannot copy elf file" done - ./handle src for -c "${codedir}" || \ + ./handle make file -c "${codedir}" || \ fail "copy_elf: clean: ${codedir} (${project}/${target})" } -- cgit v1.2.1