summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2013-11-24 08:56:56 -0500
committerDave Reisner <dreisner@archlinux.org>2014-01-11 13:35:43 -0500
commit0d8efe3535b3ce9ecbc2c6482007edfc3ac492d0 (patch)
tree635381953e6d5ecd7cf17607acc92b7fc2022c01 /Makefile.am
parent8042e377b8bb8f79b7da2dff89d2247ce1f74b66 (diff)
ycm: autocompose flags from the Makefile
This should hopefully be self-maintaining.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8b3b81daca..65b445ec50 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5081,3 +5081,7 @@ tests += \
cppcheck:
cppcheck --enable=all -q $(top_srcdir)
+
+# Used to extract compile flags for YCM.
+print-%:
+ @echo $($*)