diff options
Diffstat (limited to '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 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 |