summaryrefslogtreecommitdiffhomepage
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-11-10 23:35:46 -0500
commit09d985e043a61686835f5659797d9f49e3a89516 (patch)
tree59c75611ed08afcaebf514a3a2722c7437b8f0dd /Makefile.in
parent23bc8e98a63ca1ff4cad86007ee57ebe76de1a82 (diff)
downloadperk-09d985e043a61686835f5659797d9f49e3a89516.tar.bz2
perk-09d985e043a61686835f5659797d9f49e3a89516.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)