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