alias b := build alias i := install build TARGET: just {{TARGET}}/build install TARGET='all' DIR="~/.bin/": #!/usr/bin/bash if [[ {{TARGET}} == 'all' ]]; then just install scripts {{DIR}} just install mkwin {{DIR}} just install path-convert {{DIR}} just install qdls {{DIR}} just install man else just {{TARGET}}/install `realpath {{DIR}}` fi