From dac2bdd35c1ac82bfb8dbf9a8928c943846eb214 Mon Sep 17 00:00:00 2001 From: ReinerSchinkoethe <157693339+ReinerSchinkoethe@users.noreply.github.com> Date: Tue, 18 Jun 2024 13:49:36 +0200 Subject: [PATCH] Chore: remove plcsim form targets remove obsulate target plcsim --- apax.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apax.yml b/apax.yml index 5ffcbbf..eae332f 100644 --- a/apax.yml +++ b/apax.yml @@ -18,7 +18,6 @@ variables: - '--debug' targets: - "1500" - - "plcsim" - "llvm" # Install Setting installStrategy: strict @@ -36,4 +35,4 @@ files: - 'LICENSE.md' - 'doc' - 'src' - - 'snippets' \ No newline at end of file + - 'snippets'