# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.
-OUTPUT_DIRECTORY = docs
+OUTPUT_DIRECTORY = doxygen
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
# directories (in 2 levels) under the output directory of each output format and
build: $(OUT_DIR)amycros.iso
docs:
- -rm -r docs
+ -rm -r doxygen
doxygen
qemu: build
qemu-system-x86_64 -cdrom $(OUT_DIR)amycros.iso -serial stdio -cpu qemu64,pdpe1gb $(QEMUFLAGS)
grub-mkrescue -o "$@" isodir
clean:
- -rm -rf $(OUT_DIR) $(DEPS_DIR) docs isodir
+ -rm -rf $(DEPS_DIR) doxygen $(OUT_DIR) isodir
$(OUT_DIR)kernel.elf64: $(OBJECTS) $(CRTI_OBJ) $(CRTBEGIN_OBJ) $(CRTEND_OBJ) $(CRTN_OBJ) linker.ld