From 603ed1b6a992617caea5a0d57e79193194744d0a Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 16 May 2022 08:58:00 -0400 Subject: [PATCH] Makefile: Change default to Python3 Signed-off-by: Kevin O'Connor --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c6a485d..65f6ee6 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ OBJCOPY=$(CROSS_PREFIX)objcopy OBJDUMP=$(CROSS_PREFIX)objdump STRIP=$(CROSS_PREFIX)strip CPP=cpp -PYTHON=python2 +PYTHON=python3 # Source files src-y =