FreeBSD-like make targets for kernel, world and fs

This commit is contained in:
Imbus 2024-07-06 15:46:24 +02:00
parent 4d688c6837
commit 16ec5d2d7b

View file

@ -171,5 +171,11 @@ qemu-gdb: $K/kernel .gdbinit fs.img
@echo "*** Now run 'gdb' in another window." 1>&2
$(QEMU) $(QEMUOPTS) -S $(QEMUGDB)
kernel: $K/kernel
fs: fs.img
world: $(UPROGS)
format:
find . -name "*.[ch]" | xargs clang-format -i