FreeBSD-like make targets for kernel, world and fs
This commit is contained in:
parent
4d688c6837
commit
16ec5d2d7b
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue