Skip to content
Snippets Groups Projects
Commit 123b2ce1 authored by Florian Schmaus's avatar Florian Schmaus
Browse files

[make] Add 'format' target

parent 6c92217e
No related branches found
No related tags found
1 merge request!13IWYU and license check
......@@ -56,5 +56,9 @@ check-format:
check-license:
./tools/check-license
.PHONY: format
format: all
$(NINJA) -C build clang-format
stresstest: test
./stresstest/stresstest.sh build/tests/simplest_fib_test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment