CbCC = ../../../build_cbc44/INSTALL_DIR/libexec/gcc/i686-pc-linux-gnu/4.4.1/cc1 time: for exe in *; do \ if [ -x $$exe ]; then \ echo $$exe; \ time ./$$exe; \ fi; \ done