diff options
author | Camil Staps | 2019-10-23 09:35:43 +0200 |
---|---|---|
committer | Camil Staps | 2019-10-23 09:35:43 +0200 |
commit | cecea755264f5105a0806424dfef7cbdb0dcdcc6 (patch) | |
tree | 25b70cad01dea079b4f3dd4ff5377ab5ba217355 /clean/bin | |
parent | Remove rust and go (diff) |
cleanprof2callgrind has moved
Diffstat (limited to 'clean/bin')
-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 a1402a6..a756ee2 100755 --- a/clean/bin/install_clean +++ b/clean/bin/install_clean @@ -59,7 +59,7 @@ link_local_file bin/testproperties ~/projects/clean/test-properties/src/testprop link_local_file data/cleandoc-default ~/projects/clean/doc/data/cleandoc-default link_local_file bin/cleandoc ~/projects/clean/doc/src/cleandoc -link_local_file bin/cleanprof2callgrind ~/projects/clean/cleanprof2callgrind/cleanprof2callgrind +link_local_file bin/cleanprof2callgrind ~/projects/clean/prof2callgrind/cleanprof2callgrind # ABC interpreter binaries link_local_file lib/exe/abcopt ~/projects/clean/abc-interpreter/src/abcopt |