Luna/Makefile

7 lines
127 B
Makefile
Raw Normal View History

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