Luna/Makefile

7 lines
127 B
Makefile
Raw Normal View History

2022-09-05 14:13:51 +00:00
build: $(LUNA_ROOT)/kernel/bin/moon.elf
clean: moon-clean
install: $(LUNA_ROOT)/initrd/boot/moon.elf
include kernel/Makefile