Skip to content

Commit 1331e8a

Browse files
committed
Fix buildprog target
1 parent fa11b9b commit 1331e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,8 @@ def __tmp_hook_before_pio_3_2():
352352
target_firm = env.ElfToBin(
353353
join("$BUILD_DIR", "firmware"), target_elf)
354354

355-
target_buildprog = env.Alias("buildprog", target_firm)
356355
AlwaysBuild(env.Alias("nobuild", target_firm))
356+
target_buildprog = env.Alias("buildprog", target_firm, target_firm)
357357

358358
#
359359
# Target: Print binary size

0 commit comments

Comments
 (0)