From 626796e9888c284e5c97746cf3efffa04d46f599 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 14 Nov 2022 15:46:42 +0100 Subject: [PATCH] Update CLion runConfigurations --- .idea/customTargets.xml | 11 +++++++++-- .idea/makefile.xml | 25 +++++++++++++++++++++++++ .idea/runConfigurations/Atax.xml | 7 ------- .idea/runConfigurations/all.xml | 7 +++++++ 4 files changed, 41 insertions(+), 9 deletions(-) create mode 100644 .idea/makefile.xml delete mode 100644 .idea/runConfigurations/Atax.xml create mode 100644 .idea/runConfigurations/all.xml diff --git a/.idea/customTargets.xml b/.idea/customTargets.xml index 152bc51..0d91871 100644 --- a/.idea/customTargets.xml +++ b/.idea/customTargets.xml @@ -1,8 +1,15 @@ - - + + + + + + + + + \ No newline at end of file diff --git a/.idea/makefile.xml b/.idea/makefile.xml new file mode 100644 index 0000000..952d6c0 --- /dev/null +++ b/.idea/makefile.xml @@ -0,0 +1,25 @@ + + + + + + + + + all + + + + + + + + + clean + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Atax.xml b/.idea/runConfigurations/Atax.xml deleted file mode 100644 index 248341c..0000000 --- a/.idea/runConfigurations/Atax.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/runConfigurations/all.xml b/.idea/runConfigurations/all.xml new file mode 100644 index 0000000..607ae8d --- /dev/null +++ b/.idea/runConfigurations/all.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file