From a49ef318a5763b8f3ab85366a86b5533a25ce987 Mon Sep 17 00:00:00 2001 From: apio Date: Sun, 18 Sep 2022 20:34:26 +0200 Subject: [PATCH] use LUNA_ROOT in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 65a9fcc8..2fff1a4e 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ build: $(LUNA_ROOT)/kernel/bin/moon.elf clean: moon-clean initrd-clean initrd-clean: - rm initrd/boot/moon.elf Luna.iso + rm $(LUNA_ROOT)/initrd/boot/moon.elf $(LUNA_ROOT)/Luna.iso install: $(LUNA_ROOT)/initrd/boot/moon.elf