Formatting target
This commit is contained in:
parent
bb232a9f09
commit
e0b7326539
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -171,3 +171,5 @@ qemu-gdb: $K/kernel .gdbinit fs.img
|
|||
@echo "*** Now run 'gdb' in another window." 1>&2
|
||||
$(QEMU) $(QEMUOPTS) -S $(QEMUGDB)
|
||||
|
||||
format:
|
||||
find . -name "*.[ch]" | xargs clang-format -i
|
||||
|
|
Loading…
Reference in a new issue