diff --git a/justfile b/justfile index 2f36d36..f0e51d0 100644 --- a/justfile +++ b/justfile @@ -5,13 +5,13 @@ alias i := install build TARGET: just {{TARGET}}/build -install TARGET=all DIR="~/.bin/": +install TARGET='all' DIR="~/.bin/": if {{TARGET}} = all { - just install scripts {{DIR}} - just install mkwin {{DIR}} - just install path-convert {{DIR}} - just install qdls {{DIR}} + just install scripts {{DIR}} + just install mkwin {{DIR}} + just install path-convert {{DIR}} + just install qdls {{DIR}} } else { - just {{TARGET}}/install `realpath {{DIR}}` + just {{TARGET}}/install `realpath {{DIR}}` }