fixed syntax errors in base justfile
This commit is contained in:
parent
60833cef60
commit
ccae331e6f
1 changed files with 6 additions and 6 deletions
2
justfile
2
justfile
|
@ -5,7 +5,7 @@ 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}}
|
||||
|
|
Loading…
Reference in a new issue