diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |
