2022-10-01 18:59:22 +00:00
|
|
|
build: $(LUNA_ROOT)/kernel/bin/moon.elf apps-build libc-build
|
2022-09-05 14:13:51 +00:00
|
|
|
|
2022-10-01 18:59:22 +00:00
|
|
|
clean: moon-clean initrd-clean apps-clean libc-clean
|
2022-09-18 18:20:51 +00:00
|
|
|
|
2022-09-18 18:24:43 +00:00
|
|
|
initrd-clean:
|
2022-09-24 19:29:10 +00:00
|
|
|
rm -f $(LUNA_ROOT)/initrd/boot/moon.elf $(LUNA_ROOT)/Luna.iso
|
2022-09-30 15:43:14 +00:00
|
|
|
rm -rf $(LUNA_ROOT)/initrd/bin
|
2022-09-05 14:13:51 +00:00
|
|
|
|
2022-10-01 18:59:22 +00:00
|
|
|
install: $(LUNA_ROOT)/initrd/boot/moon.elf apps-install libc-install
|
2022-09-05 14:13:51 +00:00
|
|
|
|
2022-09-30 15:43:14 +00:00
|
|
|
include kernel/Makefile
|
2022-10-01 18:59:22 +00:00
|
|
|
include apps/Makefile
|
|
|
|
include libs/libc/Makefile
|