citrun

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

commit c297217af4db0e23165819084c27871c29a35877
parent bc73056fa955a0df9b6aa42777bb93e549d55f62
Author: Kyle Milz <kyle@0x30.net>
Date:   Tue,  3 Jan 2017 23:56:53 -0700

move unix compilers into compilers/

Diffstat:
Dc++ | 2--
Dcc | 2--
Acompilers/c++ | 2++
Acompilers/cc | 2++
Acompilers/eg++ | 2++
Acompilers/gcc | 2++
Deg++ | 2--
Dgcc | 2--
8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/c++ b/c++ @@ -1 +0,0 @@ -citrun_inst -\ No newline at end of file diff --git a/cc b/cc @@ -1 +0,0 @@ -citrun_inst -\ No newline at end of file diff --git a/compilers/c++ b/compilers/c++ @@ -0,0 +1 @@ +../citrun_inst +\ No newline at end of file diff --git a/compilers/cc b/compilers/cc @@ -0,0 +1 @@ +../citrun_inst +\ No newline at end of file diff --git a/compilers/eg++ b/compilers/eg++ @@ -0,0 +1 @@ +../citrun_inst +\ No newline at end of file diff --git a/compilers/gcc b/compilers/gcc @@ -0,0 +1 @@ +../citrun_inst +\ No newline at end of file diff --git a/eg++ b/eg++ @@ -1 +0,0 @@ -citrun_inst -\ No newline at end of file diff --git a/gcc b/gcc @@ -1 +0,0 @@ -citrun_inst -\ No newline at end of file