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

[Makefile] Add 'iwyu' target

parent 196e2b5e
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,10 @@ check-license:
format: all
$(NINJA) -C build clang-format
PHONY: iwyu
iwyu: all
$(NINJA) -C build $@
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