From e46b9d711a429cbcffe94c77f915548d9fea5fbb Mon Sep 17 00:00:00 2001 From: Zumi Daxuya Date: Sun, 15 Jan 2023 12:25:25 +0700 Subject: [PATCH] makefile: s/python/python3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eb168b1f..610c43fe 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ RGBGFX ?= $(RGBDS)rgbgfx RGBLINK ?= $(RGBDS)rgblink # must be python 3 -PYTHON ?= python +PYTHON ?= python3 IPSPATCH ?= tools/ipspatch