Fixed packer invocation under Windows.

This commit is contained in:
Dual Tachyon 2023-09-05 22:55:59 +01:00
parent 1aa628768d
commit 03e4c01360

View File

@ -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: