From 56ae984e9dfacce35c7c2ebf70cc7943d7d2bfb6 Mon Sep 17 00:00:00 2001
From: Florian Schmaus <flow@cs.fau.de>
Date: Wed, 13 Jan 2021 12:41:19 +0100
Subject: [PATCH] [Makefile] Add 'iwyu' target

---
 Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Makefile b/Makefile
index 25129c8d..369c28fe 100644
--- a/Makefile
+++ b/Makefile
@@ -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
 
-- 
GitLab