aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 262cd97..e5afd94 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,8 @@ info:
@echo " MAKE $(shell ${MAKE} --version | head -n1)"
@echo " CC $(shell ${CC} --version | head -n1)"
@echo " ${CFLAGS}"
+ @echo " CXX $(shell ${CXX} --version | head -n1)"
+ @echo " ${CXXFLAGS}"
@echo " LD $(shell ${LD} --version | head -n1)"
@echo " ${LDFLAGS}"