summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-05-06 06:41:29 -0400
committermidipix <writeonce@midipix.org>2016-05-06 11:02:25 -0400
commit5651ec442e4349770113c59213da16ecc17bee7d (patch)
treed54c5718c3d2ad32d2e1496d06ca9176d1add5d6 /Makefile.in
parent7ec0263ec348ab2c89cd20eeeccbc790552a5c7b (diff)
downloadsofort-5651ec442e4349770113c59213da16ecc17bee7d.tar.bz2
sofort-5651ec442e4349770113c59213da16ecc17bee7d.tar.xz
build system: added the .display-cc 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 a2b2337..d558f9d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -345,6 +345,9 @@ clean: clean-implib
.display-host:
@$(CC) $(CFLAGS) -dumpmachine
+.display-cc:
+ @echo $(CC)
+
.display-cflags:
@echo $(CFLAGS)