chiark / gitweb /
ycm: autocompose flags from the Makefile
[elogind.git] / Makefile.am
index 8b3b81dacaeff796ac46d6967bb517a7f2fa58bb..65b445ec50118fa7722dba876fae99ec9f933a9e 100644 (file)
@@ -5081,3 +5081,7 @@ tests += \
 
 cppcheck:
        cppcheck --enable=all -q $(top_srcdir)
+
+# Used to extract compile flags for YCM.
+print-%:
+       @echo $($*)