add doc recipe
This commit is contained in:
parent
90b8d178a4
commit
ecf7b4a33b
1 changed files with 6 additions and 1 deletions
7
Makefile
7
Makefile
|
@ -40,8 +40,13 @@ os.iso: kernel.elf
|
|||
-o os.iso \
|
||||
iso
|
||||
|
||||
doc:
|
||||
doxygen Doxyfile
|
||||
|
||||
.PHONY: run clean all
|
||||
|
||||
run: os.iso
|
||||
qemu-system-i386 -cdrom $< -serial stdio #-d cpu
|
||||
|
||||
clean:
|
||||
rm *.o kernel.elf os.iso
|
||||
rm -r *.o kernel.elf os.iso doc
|
||||
|
|
Loading…
Reference in a new issue