use LUNA_ROOT in Makefile

This commit is contained in:
apio 2022-09-18 20:34:26 +02:00
parent 5727cbf94c
commit a49ef318a5

View File

@ -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