summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-08-18 21:42:20 +0200
committerMiguel <m.i@gmx.at>2018-08-18 21:42:20 +0200
commit881d53b61cd9a7f10ef9849d82259619bc0b6d3e (patch)
treec4278b9b6f4d9a190b67fa8caa304467ad209d31 /Makefile
parent7ef61b79ee2c7625354c45bff7ef901352e2e0fb (diff)
added doxygen
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fcdc506..4c60bad 100644
--- a/Makefile
+++ b/Makefile
@@ -165,6 +165,7 @@ stop-qemu:
clean: $(CLEANDIRS)
-rm *.bin $(FOOLOS) $(FOOLOS_ISO) $(FOOLOS_VDI) $(KERNEL_ENTRY) $(ASM_MULTIBOOT_OBJ) $(KERNEL_IMG) $(ASM_OBJECTS) $(OBJECTS) $(IMG_FILLUP) $(BIN_MBR) $(BIN_MP) $(BIN_STAGE2) $(DEPS) bochs.out bochs.log ne2k-tx.log ne2k-txdump.txt tags mp/mp.bin grubiso/boot/foolos.bin grubiso/boot/ext2.img
+ -rm ./doc/ -r
tags:
ctags --recurse=yes .
@@ -187,3 +188,11 @@ $(FOOLOS_ISO): $(KERNEL_IMG) userspace
cp $(KERNEL_IMG) grubiso/boot/foolos.bin
cp $(IMG_USERSPACE) grubiso/boot
grub-mkrescue -o $(FOOLOS_ISO) grubiso/
+#### README ###
+
+gitweb_readme:
+ markdown README.md | ssh git readme miguel/fool-os set
+
+### DOC ###
+doxygen:
+ doxygen doxy.cfg