citrun

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

commit 50e690f2fbdfecc70c9d28c3c60c5765c3531044
parent 88337da8ae1573ccffe63f7b216695f4bfe9ceaf
Author: kyle <kyle@0x30.net>
Date:   Sun, 29 Jan 2017 10:34:56 -0700

share: commit all 8 unix compiler symlinks

Diffstat:
Ashare/citrun/c++ | 2++
Ashare/citrun/cc | 2++
Ashare/citrun/clang | 2++
Ashare/citrun/clang++ | 2++
Ashare/citrun/eg++ | 2++
Ashare/citrun/egcc | 2++
Ashare/citrun/g++ | 2++
Ashare/citrun/gcc | 2++
8 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/share/citrun/c++ b/share/citrun/c++ @@ -0,0 +1 @@ +../../bin/citrun_inst +\ No newline at end of file diff --git a/share/citrun/cc b/share/citrun/cc @@ -0,0 +1 @@ +../../bin/citrun_inst +\ No newline at end of file diff --git a/share/citrun/clang b/share/citrun/clang @@ -0,0 +1 @@ +../../bin/citrun_inst +\ No newline at end of file diff --git a/share/citrun/clang++ b/share/citrun/clang++ @@ -0,0 +1 @@ +../../bin/citrun_inst +\ No newline at end of file diff --git a/share/citrun/eg++ b/share/citrun/eg++ @@ -0,0 +1 @@ +../../bin/citrun_inst +\ No newline at end of file diff --git a/share/citrun/egcc b/share/citrun/egcc @@ -0,0 +1 @@ +../../bin/citrun_inst +\ No newline at end of file diff --git a/share/citrun/g++ b/share/citrun/g++ @@ -0,0 +1 @@ +../../bin/citrun_inst +\ No newline at end of file diff --git a/share/citrun/gcc b/share/citrun/gcc @@ -0,0 +1 @@ +../../bin/citrun_inst +\ No newline at end of file