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