diff options
author | Camil Staps | 2020-08-21 09:11:34 +0200 |
---|---|---|
committer | Camil Staps | 2020-08-21 09:11:34 +0200 |
commit | 58246e95b6644466bdaba71ce24bb74f43b0f93a (patch) | |
tree | 0312e9fb9c87929be14a1a8714d63c84e1560d8b /clean/bin/install_clean | |
parent | Add singlemon-dp script (diff) |
Clean: do not use local code generator
Diffstat (limited to 'clean/bin/install_clean')
-rwxr-xr-x | clean/bin/install_clean | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clean/bin/install_clean b/clean/bin/install_clean index 699940b..78d949e 100755 --- a/clean/bin/install_clean +++ b/clean/bin/install_clean @@ -67,7 +67,7 @@ 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 lib/exe/cg /home/camil/projects/clean/code-generator/cg +#link_local_file lib/exe/cg /home/camil/projects/clean/code-generator/cg link_local_file bin/cleantest ~/projects/clean/test/cleantest link_local_file bin/testproperties ~/projects/clean/test-properties/src/testproperties |