2022-09-23 16:41:43 +02:00
|
|
|
build: $(LUNA_ROOT)/kernel/bin/moon.elf $(LUNA_ROOT)/userspace/bin/Hello.bin
|
2022-09-05 16:13:51 +02:00
|
|
|
|
2022-09-23 16:41:43 +02:00
|
|
|
clean: moon-clean initrd-clean userspace-clean
|
2022-09-18 20:20:51 +02:00
|
|
|
|
2022-09-18 20:24:43 +02:00
|
|
|
initrd-clean:
|
2022-09-23 16:41:43 +02:00
|
|
|
rm -f $(LUNA_ROOT)/initrd/boot/moon.elf $(LUNA_ROOT)/Luna.iso $(LUNA_ROOT)/initrd/sys/Hello.bin
|
2022-09-05 16:13:51 +02:00
|
|
|
|
2022-09-23 16:41:43 +02:00
|
|
|
install: $(LUNA_ROOT)/initrd/boot/moon.elf $(LUNA_ROOT)/initrd/sys/Hello.bin
|
2022-09-05 16:13:51 +02:00
|
|
|
|
2022-09-23 16:41:43 +02:00
|
|
|
include kernel/Makefile
|
|
|
|
include userspace/Makefile
|