diff --git a/Makefile b/Makefile index 1b0d00b..94f29f1 100644 --- a/Makefile +++ b/Makefile @@ -481,9 +481,9 @@ all: $(TARGET) $(info PYTHON = $(PYTHON)) -# -python fw-pack.py $<.bin $(GIT_HASH) $<.packed.bin -# -python3 fw-pack.py $<.bin $(GIT_HASH) $<.packed.bin - -$(PYTHON) 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 +# -$(PYTHON) fw-pack.py $<.bin $(GIT_HASH) $<.packed.bin $(SIZE) $<