From 0b3705f9705eadac15acded81e1dd18abf214538 Mon Sep 17 00:00:00 2001 From: dhewg Date: Mon, 19 Dec 2022 19:04:33 +0100 Subject: [PATCH] use python3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c006bb..2cf0827 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ bootmii.bin: @$(MAKE) -C loader @$(MAKE) -C stub @$(MAKE) -C resetstub - python2 mini/makebin.py stub/bootmii.bin resetstub/resetstub.elf bootmii.bin + python3 mini/makebin.py stub/bootmii.bin resetstub/resetstub.elf bootmii.bin clean: @$(MAKE) -C loader clean