From 03e4c013606021afa3f6f88d5400a37efd78e475 Mon Sep 17 00:00:00 2001 From: Dual Tachyon Date: Tue, 5 Sep 2023 22:55:59 +0100 Subject: [PATCH] Fixed packer invocation under Windows. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5ef092e..347c0ae 100755 --- a/Makefile +++ b/Makefile @@ -107,7 +107,7 @@ DEPS = $(OBJS:.o=.d) all: $(TARGET) $(OBJCOPY) -O binary $< $<.bin - ./fw-pack.py $<.bin $(GIT_HASH) $<.packed.bin + python3 fw-pack.py $<.bin $(GIT_HASH) $<.packed.bin $(SIZE) $< debug: