summaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-05-06 06:36:12 -0400
committermidipix <writeonce@midipix.org>2016-11-11 00:22:42 -0500
commit41ce9903efc6261b59d2b436609db8a5272ca817 (patch)
tree6ced1247accdbdad74250f524448a271aeb20a76 /Makefile.in
parente2504595970431db9127e170ebfb57b59d5d9e72 (diff)
downloadmdso-41ce9903efc6261b59d2b436609db8a5272ca817.tar.bz2
mdso-41ce9903efc6261b59d2b436609db8a5272ca817.tar.xz
build system: added the .display-cflags informational target.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 162e2f7..a2b2337 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -345,6 +345,9 @@ clean: clean-implib
.display-host:
@$(CC) $(CFLAGS) -dumpmachine
+.display-cflags:
+ @echo $(CFLAGS)
+
.PHONY: all install shared static app .display \
package-app \