Formatting target

This commit is contained in:
Imbus 2024-06-12 16:07:45 +02:00
parent bb232a9f09
commit e0b7326539

View file

@ -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