From 669c077a521eccf4281ba0b90313dcbb1f9d5476 Mon Sep 17 00:00:00 2001 From: Ubuntufanboy <82414370+Ubuntufanboy@users.noreply.github.com> Date: Wed, 10 Apr 2024 18:27:33 -0400 Subject: [PATCH] Update Makefile for python3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2df9cf7..69c0e80 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ docker: docker build -t=grub:latest docker img: boot kernel - python link.py build/boot.bin build/kernel.bin $(OSIMG) + python3 link.py build/boot.bin build/kernel.bin $(OSIMG) grub_iso: kernel mkdir -p build/iso/boot/grub