From 35bd2720b332edca3296a29a9ec3accecb770a8a Mon Sep 17 00:00:00 2001 From: 4am Date: Wed, 22 Nov 2023 17:57:29 -0500 Subject: [PATCH] add missing definition which apparently wasn't necessary because I didn't notice for five years --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index e42f2ee..5fd0360 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,8 @@ ACME=acme # https://github.com/mach-kernel/cadius CADIUS=cadius +PY3=python3 + asm: md $(ACME) -r build/grue.system.lst src/loader/grue.system.s $(ACME) -r build/pitchdark.lst src/pitchdark.a