citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 8218976ef6da984596ba439c5f8ab9a610ed4e03
parent 2cbb497c80d6bf501eb9ad3fd634c6c881566bb2
Author: Kyle Milz <kyle@0x30.net>
Date:   Mon, 11 Jul 2016 20:31:36 -0600

Jamrules: throw out some extra info

Diffstat:
MJamrules | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/Jamrules b/Jamrules @@ -107,3 +107,8 @@ actions Test { Test test : ; Test regress : ; + +echo ...build citrun ($(OS))... ; +echo " C++= $(C++)" ; +echo " CITRUN_LIB= $(CITRUN_LIB)" ; +echo " CITRUN_PATH= $(CITRUN_PATH)" ;