diff options
author | Camil Staps | 2019-08-07 20:58:43 +0200 |
---|---|---|
committer | Camil Staps | 2019-08-07 20:58:43 +0200 |
commit | 68cd181582b9ee3469a32faa6e331f07fa539761 (patch) | |
tree | 0de36ee4d3a1f24e392e76a2034f0ebca7406976 | |
parent | Add vim spelling additions (diff) |
Use original clean compiler by default
-rwxr-xr-x | clean/bin/install_clean | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clean/bin/install_clean b/clean/bin/install_clean index 74041df..10462d4 100755 --- a/clean/bin/install_clean +++ b/clean/bin/install_clean @@ -49,6 +49,8 @@ link_local_file(){ #link_local_file bin/cpm ~/projects/clean/ide/cpm/cpm link_local_file lib/exe/cocl /home/camil/projects/clean/compiler/cocl +rm $CLEAN_HOME/lib/exe/cocl +ln -s cocl.org $CLEAN_HOME/lib/exe/cocl link_local_file bin/cleantest ~/projects/clean/test/cleantest link_local_file bin/testproperties ~/projects/clean/test-properties/src/testproperties |