10 lines
218 B
Makefile
10 lines
218 B
Makefile
build: $(LUNA_ROOT)/kernel/bin/moon.elf
|
|
|
|
clean: moon-clean initrd-clean
|
|
|
|
initrd-clean:
|
|
rm -f $(LUNA_ROOT)/initrd/boot/moon.elf $(LUNA_ROOT)/Luna.iso
|
|
|
|
install: $(LUNA_ROOT)/initrd/boot/moon.elf
|
|
|
|
include kernel/Makefile |