7 lines
127 B
Makefile
7 lines
127 B
Makefile
build: $(LUNA_ROOT)/kernel/bin/moon.elf
|
|
|
|
clean: moon-clean
|
|
|
|
install: $(LUNA_ROOT)/initrd/boot/moon.elf
|
|
|
|
include kernel/Makefile |