aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index f6bc306d..45f922d6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -828,6 +828,13 @@ depend:
./config.status
.PHONY: depend
+# Include What You Use
+iwyu:
+ # Requires the --keep-going flag as it always returns 1
+ # Can't set MAKEFLAGS on a target-specific basic
+ $(MAKE) -k _iwyu CXX=include-what-you-use
+_iwyu: clean $(PROGRAMS)
+.PHONY: iwyu _iwyu
#
# Cleanup targets