From 19976153def1aad6c9c619dc6c0908d7620f2213 Mon Sep 17 00:00:00 2001 From: Dual Tachyon Date: Tue, 5 Sep 2023 23:13:46 +0100 Subject: [PATCH] Try python before python3. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 347c0ae..8ffd81b 100755 --- a/Makefile +++ b/Makefile @@ -107,7 +107,8 @@ DEPS = $(OBJS:.o=.d) all: $(TARGET) $(OBJCOPY) -O binary $< $<.bin - python3 fw-pack.py $<.bin $(GIT_HASH) $<.packed.bin + -python fw-pack.py $<.bin $(GIT_HASH) $<.packed.bin + -python3 fw-pack.py $<.bin $(GIT_HASH) $<.packed.bin $(SIZE) $< debug: