diff options
author | Camil Staps | 2021-06-18 14:01:58 +0200 |
---|---|---|
committer | Camil Staps | 2021-06-18 14:01:58 +0200 |
commit | fb1ef4d27b6347168b66884f556a83a78de65a60 (patch) | |
tree | 70a9dd0021407163aa690f9ae33eaf4fda712ed6 | |
parent | Add haskell indentation settings for vim (diff) |
Move iTasks-SDK project to itasks-sdk
-rw-r--r-- | clean/.clean/iTasksDev.env | 2 | ||||
-rw-r--r-- | system/.profile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/clean/.clean/iTasksDev.env b/clean/.clean/iTasksDev.env index b90323e..7a1de36 100644 --- a/clean/.clean/iTasksDev.env +++ b/clean/.clean/iTasksDev.env @@ -13,7 +13,7 @@ Path: /home/camil/projects/clean/platform/src/libraries/OS-Independent/Deprecated/StdLib Path: /home/camil/projects/clean/abc-interpreter/lib Path: {Application}/lib/GraphCopy - Path: /home/camil/projects/clean/iTasks-SDK/Libraries + Path: /home/camil/projects/clean/itasks-sdk/Libraries Path: {Application}/lib/Gast EnvironmentCompiler: lib/exe/cocl-itasks:-h 1000m:-dynamics EnvironmentCodeGen: lib/exe/cg diff --git a/system/.profile b/system/.profile index 32126f2..0b91123 100644 --- a/system/.profile +++ b/system/.profile @@ -45,7 +45,7 @@ cpmq() { abcclean() { find \ "$CLEAN_HOME/lib" \ - ~/projects/clean/{iTasks-SDK,platform,abc-interpreter} \ + ~/projects/clean/{itasks-sdk,platform,abc-interpreter} \ . \ -name '*.abc' \ -not -name '_system.abc' \ |