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-05-06 11:02:25 -0400
commit7ec0263ec348ab2c89cd20eeeccbc790552a5c7b (patch)
tree5d7c0fc00c7f1b3248ffe837e70550f37ceb4c00 /Makefile.in
parent5d8ea842bc6de80bf20c164858ef456dd1c5cb3e (diff)
downloadsofort-7ec0263ec348ab2c89cd20eeeccbc790552a5c7b.tar.bz2
sofort-7ec0263ec348ab2c89cd20eeeccbc790552a5c7b.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 \